From e12f42a8b5c91e7ae17eef5dcd0629491d74b59a Mon Sep 17 00:00:00 2001 From: hanks Date: Mon, 26 Sep 2016 15:40:05 +0900 Subject: [PATCH] remove `description` section in Argument Reference of AWS_DEFAULT_SECURITY_GROUP, because do not support description field according to the source code. --- .../docs/providers/aws/r/default_security_group.html.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/source/docs/providers/aws/r/default_security_group.html.markdown b/website/source/docs/providers/aws/r/default_security_group.html.markdown index 7416b6136..00a39cdb8 100644 --- a/website/source/docs/providers/aws/r/default_security_group.html.markdown +++ b/website/source/docs/providers/aws/r/default_security_group.html.markdown @@ -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