Skip to content

Commit b0f52e6

Browse files
author
Sumit Sarkar
committed
FIX: Egress rule
1 parent 123d51f commit b0f52e6

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
@@ -81,7 +81,7 @@ resource "aws_security_group" "container_instance" {
8181

8282
egress {
8383
from_port = 0
84-
to_port = 0
84+
to_port = 65535
8585
protocol = "-1"
8686
cidr_blocks = [
8787
"0.0.0.0/0"]

0 commit comments

Comments
 (0)