{% if issues %}

The following resources are not compliant with the Required Tagging standards.

Resources that are not tagged appropriately within a month of being detected as non-compliant will be stopped automatically until tags have been added. To prevent this from happening have the owners of the resources to tag their assets correctly.

Issues

{% for data in issues %} {% endfor %}
Resource Resource Type Account Region Current State Missing tags Notes
{{ data.resource.id }} {{ data.resource.resource_type }} {{ data.resource.account.account_name }} {{ data.resource.location }} {{ data.issue.state }} {{ ', '.join(data.issue.missing_tags) }} {% if data.issue.notes %} {% for note in data.issue.notes %}

{{ note }}

{% endfor %} {% else %} No Notes {% endif %}
{% endif %} {% if fixed %}

The following resources are now compliant with the Required Tags standards and are no longer subject to being stopped.

Fixed Issues

{% for resource in fixed %} {% endfor %}
Account Region Resource Resource Type
{{ resource.account.account_name }} {{ resource.location }} {{ resource.id }} {{ resource.resource_type }}
{% endif %}