Update version_added for wait_timeout parameter on elb module.
This commit is contained in:
parent
240aa66221
commit
c9e5047abe
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ options:
|
|||
- Number of seconds to wait for an instance to change state. If 0 then this module may return an error if a transient error occurs. If non-zero then any transient errors are ignored until the timeout is reached. Ignored when wait=no.
|
||||
required: false
|
||||
default: 0
|
||||
version_added: "1.5"
|
||||
version_added: "1.6"
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue