mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ec2_eip_facts - Add link to describe-address filters doc (#54609)
* ec2_eip_facts - Add link to describe-address filters doc * ec2_eip_facts - Added U() for URL linking Co-Authored-By: dthvt <daniel@kickidle.com>
This commit is contained in:
parent
5599b0484f
commit
b2ce30c845
1 changed files with 3 additions and 2 deletions
|
@ -18,8 +18,9 @@ author: "Brad Macpherson (@iiibrad)"
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A set of filters to use. Each filter is a name:value pair. The value
|
- A dict of filters to apply. Each dict item consists of a filter key and filter
|
||||||
may be a list or a single element.
|
value. See U(https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-addresses.html#options)
|
||||||
|
for possible filters. Filter names and values are case sensitive.
|
||||||
required: false
|
required: false
|
||||||
default: {}
|
default: {}
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
|
|
Loading…
Reference in a new issue