Merge pull request #1831 from josharian/doc-sg

website: update aws security description docs
This commit is contained in:
Mitchell Hashimoto 2015-05-06 10:19:50 -07:00
commit cc955e449f
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ layout: "aws"
page_title: "AWS: aws_security_group" page_title: "AWS: aws_security_group"
sidebar_current: "docs-aws-resource-security-group" sidebar_current: "docs-aws-resource-security-group"
description: |- description: |-
Provides an security group resource. Provides a security group resource.
--- ---
# aws\_security\_group # aws\_security\_group
@ -67,7 +67,7 @@ resource "aws_security_group" "allow_all" {
The following arguments are supported: The following arguments are supported:
* `name` - (Required) The name of the security group * `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` - (Optional) Can be specified multiple times for each
ingress rule. Each ingress block supports fields documented below. ingress rule. Each ingress block supports fields documented below.
* `egress` - (Optional, VPC only) Can be specified multiple times for each * `egress` - (Optional, VPC only) Can be specified multiple times for each