Skip to content

Commit

Permalink
Increate user count
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffael H committed Oct 11, 2023
1 parent 360c89f commit 7b438a6
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", "user2", "user3", "user4", "user5"]
cluster_admin = ["user1", "user2"]

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

Expand Down

0 comments on commit 7b438a6

Please sign in to comment.