Correct link to DescribeInternetGateway docs (#25622)
Old link pointed to DescribeRoutingTable documentation instead of DescribeInternetGateway documentation.pull/4420/head
parent
0770b1018c
commit
eb7530df95
|
@ -30,7 +30,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(http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html) for possible filters.
|
See U(http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInternetGateways.html) for possible filters.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
internet_gateway_ids:
|
internet_gateway_ids:
|
||||||
|
|
Loading…
Reference in New Issue