Adding missing Param zoneId in the describe-availability-zone

This commit is contained in:
usmankb 2020-04-11 08:37:00 +05:30
commit 7a9cdd4fd2
2 changed files with 13 additions and 0 deletions

View file

@ -35,6 +35,7 @@ DESCRIBE_ZONES_RESPONSE = """<DescribeAvailabilityZonesResponse xmlns="http://ec
<zoneName>{{ zone.name }}</zoneName>
<zoneState>available</zoneState>
<regionName>{{ zone.region_name }}</regionName>
<zoneId>{{ zone.zone_id }}</zoneId>
<messageSet/>
</item>
{% endfor %}