Fixed a linting error.
This commit is contained in:
parent
7de0ef0f8b
commit
b0aab6fb15
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ EC2_DESCRIBE_INSTANCE_ATTRIBUTE = """<DescribeInstanceAttributeResponse xmlns="h
|
|||
<requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId>
|
||||
<instanceId>{{ instance.id }}</instanceId>
|
||||
<{{ attribute }}>
|
||||
{% if value is not none %}
|
||||
{% if value is not none %}
|
||||
<value>{{ value }}</value>
|
||||
{% endif %}
|
||||
</{{ attribute }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue