Skip to content

Commit

Permalink
Pass jupyterhub_cluster_admin_enabled tf variable (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin authored Jun 4, 2024
1 parent 63f1a7c commit 3924ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/icl/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ module "jupyterhub" {
ingress_domain = var.ingress_domain
shared_volume_enabled = var.shared_volume_enabled
jupyterhub_extra_resource_limits = var.jupyterhub_extra_resource_limits
jupyterhub_cluster_admin_enabled = var.jupyterhub_cluster_admin_enabled
}

module "jupyterhub-vscode" {
Expand Down

0 comments on commit 3924ba5

Please sign in to comment.