Add vpc_peering_connection_id to describe_route_tables route_keys

This is required to fix state module function _routes_present when using a vpc_peering_connection.
This commit is contained in:
Ben Gridley 2018-02-12 16:06:32 -07:00
parent 7779fea7ba
commit 679787699c

View File

@ -2576,6 +2576,7 @@ def describe_route_tables(route_table_id=None, route_table_name=None,
'instance_id': 'Instance',
'interface_id': 'NetworkInterfaceId',
'nat_gateway_id': 'NatGatewayId',
'vpc_peering_connection_id': 'VpcPeeringConnectionId',
}
assoc_keys = {'id': 'RouteTableAssociationId',
'main': 'Main',