Skip to content

Commit

Permalink
rename and unpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx committed Aug 23, 2024
1 parent 48ce632 commit acfff16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
locals {
// Name of the homework mapped to published status
published = {
hw0 = true
hw1 = true
hw2 = true
hw0 = false
hw1 = false
hw2 = false
hw3 = false
hw4 = false
final_project = false
Expand All @@ -16,7 +16,7 @@ locals {
}
]
])
bot_user = "cis188bot"
k8s_cluster_name = "cis188"
bot_user = "cis1912bot"
k8s_cluster_name = "cis1912"
users = merge(var.students, var.instructors, var.tas)
}

0 comments on commit acfff16

Please sign in to comment.