mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #3339 from stack72/aws-asg-docs-3327
docs: Updating the ASG docs to suggest health_check_grace_period is a required field under certain circumstances
This commit is contained in:
commit
07a9c34e02
@ -48,7 +48,7 @@ The following arguments are supported:
|
|||||||
* `availability_zones` - (Optional) A list of AZs to launch resources in.
|
* `availability_zones` - (Optional) A list of AZs to launch resources in.
|
||||||
Required only if you do not specify any `vpc_zone_identifier`
|
Required only if you do not specify any `vpc_zone_identifier`
|
||||||
* `launch_configuration` - (Required) The name of the launch configuration to use.
|
* `launch_configuration` - (Required) The name of the launch configuration to use.
|
||||||
* `health_check_grace_period` - (Optional) Time after instance comes into service before checking health.
|
* `health_check_grace_period` - (Optional) Time after instance comes into service before checking health.
|
||||||
* `health_check_type` - (Optional) "EC2" or "ELB". Controls how health checking is done.
|
* `health_check_type` - (Optional) "EC2" or "ELB". Controls how health checking is done.
|
||||||
* `desired_capacity` - (Optional) The number of Amazon EC2 instances that
|
* `desired_capacity` - (Optional) The number of Amazon EC2 instances that
|
||||||
should be running in the group. (See also [Waiting for
|
should be running in the group. (See also [Waiting for
|
||||||
@ -96,6 +96,8 @@ The following attributes are exported:
|
|||||||
* `vpc_zone_identifier` - The VPC zone identifier
|
* `vpc_zone_identifier` - The VPC zone identifier
|
||||||
* `load_balancers` (Optional) The load balancer names associated with the
|
* `load_balancers` (Optional) The load balancer names associated with the
|
||||||
autoscaling group.
|
autoscaling group.
|
||||||
|
|
||||||
|
~> **NOTE:** When using `ELB` as the health_check_type, `health_check_grace_period` is required.
|
||||||
|
|
||||||
<a id="waiting-for-capacity"></a>
|
<a id="waiting-for-capacity"></a>
|
||||||
## Waiting for Capacity
|
## Waiting for Capacity
|
||||||
|
Loading…
Reference in New Issue
Block a user