From 1420e261d742dc42fe352746a92f68a952ba99b0 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Sat, 2 Aug 2014 22:39:22 -0400 Subject: [PATCH] Add required description attribute to aws_security_group example. --- .../source/docs/providers/aws/r/security_group.html.markdown | 2 ++ 1 file changed, 2 insertions(+) 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 f9722ca6d..7ada3f35b 100644 --- a/website/source/docs/providers/aws/r/security_group.html.markdown +++ b/website/source/docs/providers/aws/r/security_group.html.markdown @@ -13,6 +13,8 @@ Provides an security group resource. ``` resource "aws_security_group" "allow_all" { name = "allow_all" + description = "Allow all inbound traffic" + ingress { from_port = 0 to_port = 65535