Skip to content

Commit cc1e3ae

Browse files
committed
configure stackhpc env for no outbound internet from cluster
1 parent 594ddd8 commit cc1e3ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

environments/.stackhpc/tofu/main.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,11 @@ module "cluster" {
9999
state_volume_type = var.state_volume_type
100100
home_volume_type = var.home_volume_type
101101

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+
]
102109
}

0 commit comments

Comments
 (0)