provider/aws: Document the new default for `aws_elb` (#6982)
`cross_zone_load_balancing` being true
This commit is contained in:
parent
695633257e
commit
553e7534cf
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue