docs/aws: Document the default of aws_alb enable_deletion_protection (#9503)
Fixes #9486
This commit is contained in:
parent
f8e35ecb2f
commit
faa9c4ba59
|
@ -47,7 +47,7 @@ Terraform will autogenerate a name beginning with `tf-lb`.
|
|||
* `subnets` - (Required) A list of subnet IDs to attach to the ELB.
|
||||
* `idle_timeout` - (Optional) The time in seconds that the connection is allowed to be idle. Default: 60.
|
||||
* `enable_deletion_protection` - (Optional) If true, deletion of the load balancer will be disabled via
|
||||
the AWS API. This will prevent Terraform from deleting the load balancer.
|
||||
the AWS API. This will prevent Terraform from deleting the load balancer. Defaults to `false`.
|
||||
* `tags` - (Optional) A mapping of tags to assign to the resource.
|
||||
|
||||
Access Logs (`access_logs`) support the following:
|
||||
|
|
Loading…
Reference in New Issue