ec2_vpc_dhcp_option_facts - fix filters ref URL (#53468)

This commit is contained in:
dthvt 2019-03-08 15:29:16 -05:00 committed by Alicia Cozine
parent 7a91c8e6ae
commit a1457a6276

View file

@ -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