diff --git a/website/source/docs/providers/aws/r/security_group.html.markdown b/website/source/docs/providers/aws/r/security_group.html.markdown index 0e253e707..c3f74dba5 100644 --- a/website/source/docs/providers/aws/r/security_group.html.markdown +++ b/website/source/docs/providers/aws/r/security_group.html.markdown @@ -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"] }