From faa9c4ba59aff607445b9b3590774c0181c4574c Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Sat, 22 Oct 2016 16:36:37 +0400 Subject: [PATCH] docs/aws: Document the default of aws_alb enable_deletion_protection (#9503) Fixes #9486 --- website/source/docs/providers/aws/r/alb.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/alb.html.markdown b/website/source/docs/providers/aws/r/alb.html.markdown index e69a92a87..6d7a2358a 100644 --- a/website/source/docs/providers/aws/r/alb.html.markdown +++ b/website/source/docs/providers/aws/r/alb.html.markdown @@ -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: