From 9656811e7c260eadb588121e9ad57acf13391464 Mon Sep 17 00:00:00 2001 From: Slawek Zachcial Date: Tue, 28 Jan 2020 19:03:12 +0100 Subject: [PATCH] Fix virtual private gateway filters reference link (#66772) --- lib/ansible/modules/cloud/amazon/ec2_vpc_vgw_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_vpc_vgw_info.py b/lib/ansible/modules/cloud/amazon/ec2_vpc_vgw_info.py index 57e20e2cda2..77d1eaea6ad 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_vpc_vgw_info.py +++ b/lib/ansible/modules/cloud/amazon/ec2_vpc_vgw_info.py @@ -24,7 +24,7 @@ options: filters: description: - 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_DescribeVpnGateways.html) for possible filters. type: dict vpn_gateway_ids: description: