From f0e6d0f97e900bc013c83c57a3ca380236aaeb94 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 13 May 2015 18:41:41 -0500 Subject: [PATCH] docs: fix cidr_block on aws SG egress fixes #1936 --- .../source/docs/providers/aws/r/security_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 83757be39b..0e253e707e 100644 --- a/website/source/docs/providers/aws/r/security_group.html.markdown +++ b/website/source/docs/providers/aws/r/security_group.html.markdown @@ -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