Skip to content

Commit 4bd0457

Browse files
committed
Update Globus v5 firewall rules
1 parent d9e6d19 commit 4bd0457

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

common/variables.tf

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,11 @@ variable "firewall_rules" {
127127
)
128128

129129
default = {
130-
ssh = { "from_port" = 22, "to_port" = 22, "tag" = "login" }
131-
http = { "from_port" = 80, "to_port" = 80, "tag" = "proxy" }
132-
https = { "from_port" = 443, "to_port" = 443, "tag" = "proxy" }
133-
Globus = { "from_port" = 2811, "to_port" = 2811, "cidr" = "54.237.254.192/29", "tag" = "dtn" }
134-
MyProxy = { "from_port" = 7512, "to_port" = 7512, "tag" = "dtn" }
135-
GridFTP = { "from_port" = 50000, "to_port" = 51000, "tag" = "dtn" }
130+
ssh = { "from_port" = 22, "to_port" = 22, "tag" = "login" }
131+
http = { "from_port" = 80, "to_port" = 80, "tag" = "proxy" }
132+
https = { "from_port" = 443, "to_port" = 443, "tag" = "proxy" }
133+
GlobusHTTPS = { "from_port" = 443, "to_port" = 443, "tag" = "dtn" }
134+
GridFTP = { "from_port" = 50000, "to_port" = 51000, "tag" = "dtn" }
136135
}
137136
description = "Map of ingress firewall rules. Rules are defined as object({from_port, to_port, tag, cidr, ethertype, protocol})."
138137
}

0 commit comments

Comments
 (0)