mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[cloud][docs] Document default/required 'state' in CloudFormation module (#31642)
* fix documentation to match default/required status of 'state' * add 'choices'
This commit is contained in:
parent
341db894f5
commit
bc1e3d22c2
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@ options:
|
|||
description:
|
||||
- If state is "present", stack will be created. If state is "present" and if stack exists and template has changed, it will be updated.
|
||||
If state is "absent", stack will be removed.
|
||||
required: true
|
||||
default: present
|
||||
choices: [ present, absent ]
|
||||
required: false
|
||||
template:
|
||||
description:
|
||||
- The local path of the cloudformation template.
|
||||
|
|
Loading…
Reference in a new issue