[aws][doc] Update documentation for wait_timeout option (#39875)

Based on the documentation, 'wait_timeout' is 'Used in conjunction with instance_ids option'.  This lead me to believe that I could not use this parameter to try and solve the 'Waited too long for ELB instances to be healthy' error I was experiencing.
pull/39986/head
znantho 6 years ago committed by Ryan Brown
parent 03194880c1
commit fff7915faa

@ -114,7 +114,8 @@ options:
version_added: "2.0"
wait_timeout:
description:
- how long before wait instances to become viable when replaced. Used in conjunction with instance_ids option.
- How long to wait for instances to become viable when replaced. If you experience the error "Waited too long for ELB instances to be healthy",
try increasing this value.
default: 300
version_added: "1.8"
wait_for_instances:

Loading…
Cancel
Save