Skip to content

Commit

Permalink
Allow all ingress traffic (int128#21)
Browse files Browse the repository at this point in the history
Co-authored-by: An Vu <[email protected]>
  • Loading branch information
thongdong7 and anvutp7 authored Jul 3, 2020
1 parent 8983dc7 commit 97977ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "aws_security_group_rule" "ingress" {
cidr_blocks = var.private_subnets_cidr_blocks
from_port = 0
to_port = 65535
protocol = "tcp"
protocol = "all"
}

resource "aws_network_interface" "this" {
Expand Down

0 comments on commit 97977ab

Please sign in to comment.