include associationState when DescribeRouteTables (#4096)

This commit is contained in:
Jason Rauen 2021-07-28 05:59:15 -04:00 committed by GitHub
parent 0f8da52196
commit d248191cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,6 +195,9 @@ DESCRIBE_ROUTE_TABLES_RESPONSE = """
<routeTableId>{{ route_table.id }}</routeTableId>
<main>true</main>
<subnetId>{{ subnet_id }}</subnetId>
<associationState>
<state>associated</state>
</associationState>
</item>
{% endfor %}
</associationSet>