From eb2f6a12aaeac191066b0c43b474dfbd8cc43a36 Mon Sep 17 00:00:00 2001 From: Raffael Hertle Date: Wed, 25 Sep 2024 20:41:20 +0200 Subject: [PATCH] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index ddf5cb8..3575f44 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 = 5 + count-students = 20 # User VMs user-vms-enabled = false