From 814a8b17766b7e5588de866d61c2469b3392f973 Mon Sep 17 00:00:00 2001 From: Sebastian Plattner Date: Sun, 15 Dec 2024 20:59:36 +0100 Subject: [PATCH] scale up for training --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index b15832a..ae75429 100644 --- a/main.tf +++ b/main.tf @@ -73,7 +73,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 = 25 # User VMs user-vms-enabled = false