mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
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:
parent
7779fea7ba
commit
679787699c
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user