File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,14 @@ locals {
105
105
protocol = " tcp"
106
106
cidr_block = " 0.0.0.0/0"
107
107
},
108
+ {
109
+ rule_number = 140
110
+ rule_action = " allow"
111
+ from_port = 80
112
+ to_port = 80
113
+ protocol = " tcp"
114
+ ipv6_cidr_block = " ::/0"
115
+ },
108
116
]
109
117
public_outbound = [
110
118
{
@@ -147,6 +155,14 @@ locals {
147
155
protocol = " icmp"
148
156
cidr_block = " 10.0.0.0/22"
149
157
},
158
+ {
159
+ rule_number = 150
160
+ rule_action = " allow"
161
+ from_port = 90
162
+ to_port = 90
163
+ protocol = " tcp"
164
+ ipv6_cidr_block = " ::/0"
165
+ },
150
166
]
151
167
elasticache_outbound = [
152
168
{
@@ -173,6 +189,14 @@ locals {
173
189
protocol = " icmp"
174
190
cidr_block = " 10.0.0.0/22"
175
191
},
192
+ {
193
+ rule_number = 150
194
+ rule_action = " allow"
195
+ from_port = 90
196
+ to_port = 90
197
+ protocol = " tcp"
198
+ ipv6_cidr_block = " ::/0"
199
+ },
176
200
]
177
201
}
178
202
}
You can’t perform that action at this time.
0 commit comments