From 4056023b23449b6e9202add599afa36623142fe8 Mon Sep 17 00:00:00 2001 From: Raffael Hertle Date: Wed, 25 Sep 2024 08:32:44 +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 9168d6c..36086d6 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 = 35 + count-students = 45 # User VMs user-vms-enabled = false