We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123d51f commit b0f52e6Copy full SHA for b0f52e6
main.tf
@@ -81,7 +81,7 @@ resource "aws_security_group" "container_instance" {
81
82
egress {
83
from_port = 0
84
- to_port = 0
+ to_port = 65535
85
protocol = "-1"
86
cidr_blocks = [
87
"0.0.0.0/0"]
0 commit comments