mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-13 08:56:32 -06:00
Doc Update for ELB defaults
- Doc update to explicitly call out ELB defaults (so I don't have to look at the source again :)
This commit is contained in:
parent
5eaeb0f89f
commit
75257e13ab
@ -80,9 +80,9 @@ The following arguments are supported:
|
||||
* `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. 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.
|
||||
* `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. Default: `false`
|
||||
* `connection_draining_timeout` - (Optional) The time in seconds to allow for connections to drain. Default: `300`
|
||||
* `tags` - (Optional) A mapping of tags to assign to the resource.
|
||||
|
||||
Exactly one of `availability_zones` or `subnets` must be specified: this
|
||||
|
Loading…
Reference in New Issue
Block a user