From fa2e89a381f0dd3f7d1ca5fbd22c24ee6711ab25 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Wed, 6 May 2015 10:08:30 -0700 Subject: [PATCH] website: update aws security description docs --- .../source/docs/providers/aws/r/security_group.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e5096ae24d..ed389fd76e 100644 --- a/website/source/docs/providers/aws/r/security_group.html.markdown +++ b/website/source/docs/providers/aws/r/security_group.html.markdown @@ -3,7 +3,7 @@ layout: "aws" page_title: "AWS: aws_security_group" sidebar_current: "docs-aws-resource-security-group" description: |- - Provides an security group resource. + Provides a security group resource. --- # aws\_security\_group @@ -67,7 +67,7 @@ resource "aws_security_group" "allow_all" { The following arguments are supported: * `name` - (Required) The name of the security group -* `description` - (Required) The security group description. +* `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. * `egress` - (Optional, VPC only) Can be specified multiple times for each