Skip to content

Commit 097b48c

Browse files
committed
chore: revert private outbound ephemeral to 0.0.0.0/0
1 parent c56951c commit 097b48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nacl.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ resource "aws_network_acl_rule" "private_outbound_allow_all_ephemeral_rule" {
562562
count = local.create_private && !var.private_dedicated_network_acl ? 1 : 0
563563
network_acl_id = aws_network_acl.private[0].id
564564
rule_number = 1100
565-
cidr_block = module.vpc.vpc_cidr_block
565+
cidr_block = "0.0.0.0/0"
566566
protocol = "tcp"
567567
from_port = 1024
568568
to_port = 65535

0 commit comments

Comments
 (0)