ec2_asg: doc: fix health_check_period default to match arg spec
This commit is contained in:
parent
56798ae04f
commit
6c96f29699
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ options:
|
|||
description:
|
||||
- Length of time in seconds after a new EC2 instance comes into service that Auto Scaling starts checking its health.
|
||||
required: false
|
||||
default: 500 seconds
|
||||
default: 300 seconds
|
||||
version_added: "1.7"
|
||||
health_check_type:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue