Skip to content

Commit

Permalink
remove description section in Argument Reference of AWS_DEFAULT_SEC…
Browse files Browse the repository at this point in the history
…URITY_GROUP,

because do not support description field according to the source code.
  • Loading branch information
hanks authored and catsby committed Sep 26, 2016
1 parent d4e6de3 commit e12f42a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e12f42a

Please sign in to comment.