From 35b18ceb297fef423941ee29dfc34c12bc4a4dd8 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Wed, 2 Dec 2015 10:28:17 -0600 Subject: [PATCH] providers/aws: Update Security Group docs --- .../source/docs/providers/aws/r/security_group.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 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 ebd21bc73280..b045b01f8a31 100644 --- a/website/source/docs/providers/aws/r/security_group.html.markdown +++ b/website/source/docs/providers/aws/r/security_group.html.markdown @@ -66,7 +66,8 @@ resource "aws_security_group" "allow_all" { The following arguments are supported: -* `name` - (Required) The name of the security group +* `name` - (Optional) The name of the security group. If omitted, Terraform will +assign a random, unique name * `description` - (Optional) The security group description. Defaults to "Managed by Terraform". Cannot be "". * `ingress` - (Optional) Can be specified multiple times for each ingress rule. Each ingress block supports fields documented below.