Fixing trailing whitespace in elbv2 cert (#1078)
This commit is contained in:
parent
ed5059367c
commit
245e75f7b8
1 changed files with 1 additions and 1 deletions
|
|
@ -668,7 +668,7 @@ DESCRIBE_LISTENERS_TEMPLATE = """<DescribeLoadBalancersResponse xmlns="http://el
|
||||||
{% if listener.certificate %}
|
{% if listener.certificate %}
|
||||||
<Certificates>
|
<Certificates>
|
||||||
<member>
|
<member>
|
||||||
<CertificateArn>{{ listener.certificate }} </CertificateArn>
|
<CertificateArn>{{ listener.certificate }}</CertificateArn>
|
||||||
</member>
|
</member>
|
||||||
</Certificates>
|
</Certificates>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue