mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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:
parent
d4e6de3a4c
commit
e12f42a8b5
@ -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
|
resources. Namely, the `name` argument is computed, and the `name_prefix` attribute
|
||||||
removed. The following arguments are still supported:
|
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` - (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
|
||||||
|
Loading…
Reference in New Issue
Block a user