Skip to content

Commit

Permalink
scale down students
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Dec 22, 2023
1 parent 853fc67 commit fbc2da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module "training-cluster" {
# Webshell
# Make sure to scale down to 0 before removing the cluster,
# otherwise there will be terraform errors due to missing provider config
count-students = 15
count-students = 0

# User VMs
user-vms-enabled = false
Expand Down

0 comments on commit fbc2da4

Please sign in to comment.