Skip to content

Commit

Permalink
Merge pull request #2204 from thorduri/docfix
Browse files Browse the repository at this point in the history
Fixup aws_security_group doc example.
  • Loading branch information
phinze committed Jun 3, 2015
2 parents e515014 + f3a8611 commit f1439e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_security_group" "allow_all" {
ingress {
from_port = 0
to_port = 65535
to_port = 0
protocol = "-1"
cidr_blocks = ["0.0.0.0/0"]
}
Expand Down

0 comments on commit f1439e6

Please sign in to comment.