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:
|
||||
filters:
|
||||
description:
|
||||
- A set of filters to use. Each filter is a name:value pair. The value
|
||||
may be a list or a single element.
|
||||
- A dict of filters to apply. Each dict item consists of a filter key and filter
|
||||
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
|
||||
default: {}
|
||||
extends_documentation_fragment:
|
||||
|
|
Loading…
Reference in a new issue