mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
ec2_asg: doc: fix health_check_period default to match arg spec
This commit is contained in:
@@ -123,7 +123,7 @@ options:
|
|||||||
description:
|
description:
|
||||||
- Length of time in seconds after a new EC2 instance comes into service that Auto Scaling starts checking its health.
|
- Length of time in seconds after a new EC2 instance comes into service that Auto Scaling starts checking its health.
|
||||||
required: false
|
required: false
|
||||||
default: 500 seconds
|
default: 300 seconds
|
||||||
version_added: "1.7"
|
version_added: "1.7"
|
||||||
health_check_type:
|
health_check_type:
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user