ec2_vpc_dhcp_option_facts - fix filters ref URL (#53468)
This commit is contained in:
parent
7a91c8e6ae
commit
a1457a6276
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A dict of filters to apply. Each dict item consists of a filter key and a filter value.
|
- A dict of filters to apply. Each dict item consists of a filter key and a filter value.
|
||||||
See U(https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html) for possible filters.
|
See U(https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeDhcpOptions.html) for possible filters.
|
||||||
dhcp_options_ids:
|
dhcp_options_ids:
|
||||||
description:
|
description:
|
||||||
- Get details of specific DHCP Option ID
|
- Get details of specific DHCP Option ID
|
||||||
|
|
Loading…
Reference in a new issue