Merge pull request #241 from DreadPirateShawn/RouteVPCPeeringConnection

Route vpc peering connection
This commit is contained in:
Steve Pulec 2014-10-26 20:02:51 -04:00
commit 83481b589b
3 changed files with 27 additions and 24 deletions

View file

@ -155,6 +155,7 @@ DESCRIBE_ROUTE_TABLES_RESPONSE = """
<state>active</state>
{% endif %}
{% if route.vpc_pcx %}
<vpcPeeringConnectionId>{{ route.vpc_pcx.id }}</vpcPeeringConnectionId>
<origin>CreateRoute</origin>
<state>blackhole</state>
{% endif %}