From eb7530df956b392b4611d5c7b61d0fff08aeaa95 Mon Sep 17 00:00:00 2001 From: Simon Staszkiewicz Date: Mon, 12 Jun 2017 17:30:30 -0700 Subject: [PATCH] Correct link to DescribeInternetGateway docs (#25622) Old link pointed to DescribeRoutingTable documentation instead of DescribeInternetGateway documentation. --- lib/ansible/modules/cloud/amazon/ec2_vpc_igw_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_vpc_igw_facts.py b/lib/ansible/modules/cloud/amazon/ec2_vpc_igw_facts.py index a16c831c7b6..692ddb813a7 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_vpc_igw_facts.py +++ b/lib/ansible/modules/cloud/amazon/ec2_vpc_igw_facts.py @@ -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: