Skip to content

Commit 2a5f162

Browse files
authored
Merge pull request #48 from bgraef/main
change var name for pah ingress ports
2 parents deb5643 + 6cf2748 commit 2a5f162

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

olam/templates/ingress_security_rules.j2

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,18 @@ instance_ingress_security_rules:
5151
destination_port_range:
5252
max: 443
5353
min: 443
54+
{% endif %}
55+
{% if add_pah_ports %}
56+
- source: "10.0.0.0/24"
57+
protocol: 6
58+
tcp_options:
59+
destination_port_range:
60+
max: 80
61+
min: 80
62+
- source: "10.0.0.0/24"
63+
protocol: 6
64+
tcp_options:
65+
destination_port_range:
66+
max: 443
67+
min: 443
5468
{% endif %}

0 commit comments

Comments
 (0)