provider/aws: Documentation changes on ALB to remove ELB refs

Fixes: #13179
This commit is contained in:
stack72 2017-03-30 15:54:01 +03:00
parent b6a3840768
commit d24dc532e5
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 2 additions and 2 deletions

View File

@ -46,9 +46,9 @@ must contain only alphanumeric characters or hyphens, and must not begin or end
Terraform will autogenerate a name beginning with `tf-lb`.
* `name_prefix` - (Optional) Creates a unique name beginning with the specified prefix. Conflicts with `name`.
* `internal` - (Optional) If true, the ALB will be internal.
* `security_groups` - (Optional) A list of security group IDs to assign to the ELB.
* `security_groups` - (Optional) A list of security group IDs to assign to the ALB.
* `access_logs` - (Optional) An Access Logs block. Access Logs documented below.
* `subnets` - (Required) A list of subnet IDs to attach to the ELB.
* `subnets` - (Required) A list of subnet IDs to attach to the ALB.
* `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. Defaults to `false`.