We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594ddd8 commit cc1e3aeCopy full SHA for cc1e3ae
environments/.stackhpc/tofu/main.tf
@@ -99,4 +99,11 @@ module "cluster" {
99
state_volume_type = var.state_volume_type
100
home_volume_type = var.home_volume_type
101
102
+ login_security_groups = [
103
+ "isolated", # allow all in-cluster services
104
+ "isolated-ssh-https", # access via ssh and ondemand
105
+ ]
106
+ nonlogin_security_groups = [
107
+ "isolated"
108
109
}
0 commit comments