update documentation to include missing option

'list' was added more recently, it was omitted from the documentation.
pull/7128/head
Ted Timmons 12 years ago
parent 0af8ca3fee
commit b5895712b3

@ -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. - Whether the tags should be present or absent on the resource. Use list to interrogate the tags of an instance.
required: false required: false
default: present default: present
choices: ['present', 'absent'] choices: ['present', 'absent', 'list']
aliases: [] aliases: []
region: region:
description: description:

Loading…
Cancel
Save