mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
provider/aws: Add default_cooldown to the autoscaling_group docs (#11957)
Fixes: #11947
This commit is contained in:
parent
0e8997f369
commit
8df5fcd0bd
@ -70,6 +70,7 @@ The following arguments are supported:
|
||||
(See also [Waiting for Capacity](#waiting-for-capacity) below.)
|
||||
* `availability_zones` - (Optional) A list of AZs to launch resources in.
|
||||
Required only if you do not specify any `vpc_zone_identifier`
|
||||
* `default_cooldown` - (Optional) The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.
|
||||
* `launch_configuration` - (Required) The name of the launch configuration to use.
|
||||
* `initial_lifecycle_hook` - (Optional) One or more
|
||||
[Lifecycle Hooks](http://docs.aws.amazon.com/autoscaling/latest/userguide/lifecycle-hooks.html)
|
||||
|
Loading…
Reference in New Issue
Block a user