RDS: Fix ClusterSnapshot template to include tags (#6699)
* fix ClusterSnapshot template to include tags * update --------- Co-authored-by: bot-test <bot-test@zendesk.com>
This commit is contained in:
parent
27f025320a
commit
f57bb251c8
@ -485,6 +485,11 @@ class ClusterSnapshot(BaseModel):
|
||||
{% else %}
|
||||
<StorageType>{{ cluster.storage_type }}</StorageType>
|
||||
{% endif %}
|
||||
<TagList>
|
||||
{%- for tag in snapshot.tags -%}
|
||||
<Tag><Key>{{ tag['Key'] }}</Key><Value>{{ tag['Value'] }}</Value></Tag>
|
||||
{%- endfor -%}
|
||||
</TagList>
|
||||
<Timezone></Timezone>
|
||||
<LicenseModel>{{ cluster.license_model }}</LicenseModel>
|
||||
</DBClusterSnapshot>
|
||||
|
Loading…
Reference in New Issue
Block a user