crrected version added
This commit is contained in:
parent
e2062c44d9
commit
1fe3387971
1 changed files with 2 additions and 2 deletions
|
@ -134,14 +134,14 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: no
|
default: no
|
||||||
choices: ["yes", "no"]
|
choices: ["yes", "no"]
|
||||||
version_added: 2.0
|
version_added: "2.1"
|
||||||
wait_timeout:
|
wait_timeout:
|
||||||
description:
|
description:
|
||||||
- Used in conjunction with wait. Number of seconds to wait for the elb to be terminated.
|
- Used in conjunction with wait. Number of seconds to wait for the elb to be terminated.
|
||||||
A maximum of 600 seconds (10 minutes) is allowed.
|
A maximum of 600 seconds (10 minutes) is allowed.
|
||||||
required: false
|
required: false
|
||||||
default: 60
|
default: 60
|
||||||
version_added: 2.0
|
version_added: "2.1"
|
||||||
|
|
||||||
extends_documentation_fragment: aws
|
extends_documentation_fragment: aws
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue