provider/aws: Document the new default for `aws_elb` (#6982)

`cross_zone_load_balancing` being true
This commit is contained in:
Paul Stack 2016-06-02 13:29:29 +01:00 committed by Radek Simko
parent 695633257e
commit 553e7534cf
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ The following arguments are supported:
* `internal` - (Optional) If true, ELB will be an internal ELB.
* `listener` - (Required) A list of listener blocks. Listeners documented below.
* `health_check` - (Optional) A health_check block. Health Check documented below.
* `cross_zone_load_balancing` - (Optional) Enable cross-zone load balancing.
* `cross_zone_load_balancing` - (Optional) Enable cross-zone load balancing. Default: `true`
* `idle_timeout` - (Optional) The time in seconds that the connection is allowed to be idle. Default: 60.
* `connection_draining` - (Optional) Boolean to enable connection draining.
* `connection_draining_timeout` - (Optional) The time in seconds to allow for connections to drain.