From 624eb98a17f4600333eb58465c576c2edc24c1ad Mon Sep 17 00:00:00 2001 From: Sebastian Plattner Date: Mon, 27 May 2024 14:41:27 +0200 Subject: [PATCH] scale down --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 6604a98..4ccf19f 100644 --- a/main.tf +++ b/main.tf @@ -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 = 25 + count-students = 5 # User VMs user-vms-enabled = false