Skip to content

Commit

Permalink
Merge pull request #22 from masterpointio/fix/allow-ipv6-egress
Browse files Browse the repository at this point in the history
fix: add ipv6 space to egress
  • Loading branch information
Gowiem committed May 15, 2024
2 parents 9adca81 + ea01fa4 commit 7611ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ resource "aws_security_group_rule" "allow_all_egress" {
to_port = 0
protocol = "-1"
cidr_blocks = ["0.0.0.0/0"]
ipv6_cidr_blocks = ["::/0"]
security_group_id = aws_security_group.default.id
}

Expand Down

0 comments on commit 7611ba9

Please sign in to comment.