docs: fix cidr_block on aws SG egress

fixes #1936
This commit is contained in:
Paul Hinze 2015-05-13 18:41:41 -05:00
parent c435e3efb6
commit f0e6d0f97e
1 changed files with 1 additions and 1 deletions

View File

@ -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