Skip to content

Commit

Permalink
Increase user count
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffael H committed Oct 11, 2023
1 parent e82e6d2 commit 360c89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ module "training-cluster" {
# SSH Public keys deployed on the VM's for SSH access
extra_ssh_keys = local.ssh_keys

cluster_admin = ["user1"]
cluster_admin = ["user1", "user2", "user3", "user4", "user5"]

# Webshell
count-students = 1
count-students = 5
# User VMs
user-vms-enabled = false

Expand Down

0 comments on commit 360c89f

Please sign in to comment.