Fix version_added for tags and wait_for_active_timeout params (#24993)
parent
45019e440f
commit
c23e3c1913
|
@ -86,13 +86,13 @@ options:
|
||||||
default: []
|
default: []
|
||||||
version_added: "2.1"
|
version_added: "2.1"
|
||||||
tags:
|
tags:
|
||||||
version_added: "2.3"
|
version_added: "2.4"
|
||||||
description:
|
description:
|
||||||
- a hash/dictionary of tags to add to the new instance or for starting/stopping instance by tag; '{"key":"value"}' and '{"key":"value","key":"value"}'
|
- a hash/dictionary of tags to add to the new instance or for starting/stopping instance by tag; '{"key":"value"}' and '{"key":"value","key":"value"}'
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
wait_for_active_timeout:
|
wait_for_active_timeout:
|
||||||
version_added: "2.3"
|
version_added: "2.4"
|
||||||
description:
|
description:
|
||||||
- how long before wait gives up, in seconds. only used when tags is set
|
- how long before wait gives up, in seconds. only used when tags is set
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in New Issue