add Istruncated to False in template list_hosted_zones_response in route53. Because it always has it.
This commit is contained in:
parent
d8ed18aaac
commit
1448cf3541
@ -174,6 +174,7 @@ LIST_HOSTED_ZONES_RESPONSE = """<ListHostedZonesResponse xmlns="https://route53.
|
||||
</HostedZone>
|
||||
{% endfor %}
|
||||
</HostedZones>
|
||||
<IsTruncated>false</IsTruncated>
|
||||
</ListHostedZonesResponse>"""
|
||||
|
||||
CREATE_HEALTH_CHECK_RESPONSE = """<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
Loading…
Reference in New Issue
Block a user