docs: fix cidr_block on aws SG egress

fixes #1936
pull/1956/head
Paul Hinze 11 years ago
parent c435e3efb6
commit f0e6d0f97e

@ -112,7 +112,7 @@ be in place, you can use this `egress` block:
from_port = 0
to_port = 0
protocol = "-1"
cidr_block = "0.0.0.0/0"
cidr_blocks = ["0.0.0.0/0"]
}
## Attributes Reference

Loading…
Cancel
Save