From e6fe4b10f57ec1a7a469849adf0ad3503d3a43a5 Mon Sep 17 00:00:00 2001 From: Matteo Acerbi Date: Wed, 28 Oct 2015 12:15:24 +0100 Subject: [PATCH] Fix docs for ec2_vpc_route_table The documentation pointed to vpc_peering_connection, not vpc_peering_connection_id. --- lib/ansible/modules/extras/cloud/amazon/ec2_vpc_route_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_route_table.py b/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_route_table.py index 12b5b22fa5..fcb66e21a2 100644 --- a/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_route_table.py +++ b/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_route_table.py @@ -39,7 +39,7 @@ options: default: null routes: description: - - "List of routes in the route table. Routes are specified as dicts containing the keys 'dest' and one of 'gateway_id', 'instance_id', 'interface_id', or 'vpc_peering_connection'. If 'gateway_id' is specified, you can refer to the VPC's IGW by using the value 'igw'." + - "List of routes in the route table. Routes are specified as dicts containing the keys 'dest' and one of 'gateway_id', 'instance_id', 'interface_id', or 'vpc_peering_connection_id'. If 'gateway_id' is specified, you can refer to the VPC's IGW by using the value 'igw'." required: true state: description: