Correct link to DescribeInternetGateway docs (#25622)
Old link pointed to DescribeRoutingTable documentation instead of DescribeInternetGateway documentation.
This commit is contained in:
parent
0770b1018c
commit
eb7530df95
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ options:
|
|||
filters:
|
||||
description:
|
||||
- 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
|
||||
default: null
|
||||
internet_gateway_ids:
|
||||
|
|
Loading…
Reference in a new issue