Merge pull request #7128 from stansonhealth/improve_tag_docu
update ec2_tags documentation to include missing option
This commit is contained in:
commit
ed1c7a0f5d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ options:
|
|||
- Whether the tags should be present or absent on the resource. Use list to interrogate the tags of an instance.
|
||||
required: false
|
||||
default: present
|
||||
choices: ['present', 'absent']
|
||||
choices: ['present', 'absent', 'list']
|
||||
aliases: []
|
||||
region:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue