Merge pull request #1173 from ma82/patch-1

Fix typo in docs for ec2_vpc_route_table
This commit is contained in:
Brian Coca 2015-10-28 18:40:15 -04:00
commit b1db0e893c

View file

@ -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: