Skip to content

Commit 7611ba9

Browse files
authored
Merge pull request #22 from masterpointio/fix/allow-ipv6-egress
fix: add ipv6 space to egress
2 parents 9adca81 + ea01fa4 commit 7611ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ resource "aws_security_group_rule" "allow_all_egress" {
132132
to_port = 0
133133
protocol = "-1"
134134
cidr_blocks = ["0.0.0.0/0"]
135+
ipv6_cidr_blocks = ["::/0"]
135136
security_group_id = aws_security_group.default.id
136137
}
137138

0 commit comments

Comments
 (0)