Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 97977ab

Browse files
thongdong7anvutp7
andauthored
Allow all ingress traffic (#21)
Co-authored-by: An Vu <[email protected]>
1 parent 8983dc7 commit 97977ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "aws_security_group_rule" "ingress" {
2020
cidr_blocks = var.private_subnets_cidr_blocks
2121
from_port = 0
2222
to_port = 65535
23-
protocol = "tcp"
23+
protocol = "all"
2424
}
2525

2626
resource "aws_network_interface" "this" {

0 commit comments

Comments
 (0)