Skip to content

Commit

Permalink
newest version of MC supports -, so bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson committed Oct 31, 2024
1 parent a972e02 commit 6ae04d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ locals {
project_size = 20
scratch_size = 20
cluster_purpose = "formation"
config_version = "1ba3a12"
config_version = "14.0.0-beta.4"

instances_type_map = {
arbutus = {
Expand Down
2 changes: 1 addition & 1 deletion common/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jupyterhub::enable_otp_auth: false
jupyterhub::admin_groups: ['helper']
# For TF cloud, password is pre-set from variable
profile::users::ldap::users:
"%{lookup('cluster_name')}_user":
"%{lookup('cluster_name')}-user":
count: 50
passwd: "%{alias('passwd_user')}"
groups: ['def-sponsor00']
Expand Down

0 comments on commit 6ae04d5

Please sign in to comment.