remove `description` section in Argument Reference of AWS_DEFAULT_SECURITY_GROUP,

because do not support description field according to the source code.
This commit is contained in:
hanks 2016-09-26 15:40:05 +09:00 committed by Clint
parent d4e6de3a4c
commit e12f42a8b5
1 changed files with 0 additions and 4 deletions

View File

@ -87,10 +87,6 @@ The arguments of an `aws_default_security_group` differ slightly from `aws_secur
resources. Namely, the `name` argument is computed, and the `name_prefix` attribute
removed. The following arguments are still supported:
* `description` - (Optional, Forces new resource) The security group description. Defaults to
"Managed by Terraform". Cannot be "". __NOTE__: This field maps to the AWS
`GroupDescription` attribute, for which there is no Update API. If you'd like
to classify your security groups in a way that can be updated, use `tags`.
* `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