Merge pull request #241 from DreadPirateShawn/RouteVPCPeeringConnection
Route vpc peering connection
This commit is contained in:
commit
83481b589b
3 changed files with 27 additions and 24 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue