ec2_asg: doc: fix health_check_period default to match arg spec

pull/51103/head
eahorning 6 years ago committed by René Moser
parent 56798ae04f
commit 6c96f29699

@ -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:

Loading…
Cancel
Save