Merge pull request #2131 from ketzacoatl/patch-2
Correct to_port in egress example
This commit is contained in:
commit
caa8117a08
|
@ -35,7 +35,7 @@ resource "aws_security_group" "allow_all" {
|
|||
|
||||
egress {
|
||||
from_port = 0
|
||||
to_port = 65535
|
||||
to_port = 0
|
||||
protocol = "-1"
|
||||
cidr_blocks = ["0.0.0.0/0"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue