include associationState when DescribeRouteTables (#4096)
This commit is contained in:
parent
0f8da52196
commit
d248191cb4
@ -195,6 +195,9 @@ DESCRIBE_ROUTE_TABLES_RESPONSE = """
|
|||||||
<routeTableId>{{ route_table.id }}</routeTableId>
|
<routeTableId>{{ route_table.id }}</routeTableId>
|
||||||
<main>true</main>
|
<main>true</main>
|
||||||
<subnetId>{{ subnet_id }}</subnetId>
|
<subnetId>{{ subnet_id }}</subnetId>
|
||||||
|
<associationState>
|
||||||
|
<state>associated</state>
|
||||||
|
</associationState>
|
||||||
</item>
|
</item>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</associationSet>
|
</associationSet>
|
||||||
|
Loading…
Reference in New Issue
Block a user