docs/aws: Document the default of aws_alb enable_deletion_protection (#9503)

Fixes #9486
This commit is contained in:
Paul Stack 2016-10-22 16:36:37 +04:00 committed by Radek Simko
parent f8e35ecb2f
commit faa9c4ba59
1 changed files with 1 additions and 1 deletions

View File

@ -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: