{% if data['not_fixed'] %}

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 issue in data['not_fixed'] %} {% endfor %}
Resource Resource Type Account Region Missing tags Notes Alert Info
{{ issue['resource'].resource_id }} {{ issue['issue'].resource_type }} {{ issue['resource'].account.account_name }} {{ issue['resource'].location }} {{ ', '.join(issue['missing_tags']) }} {% if issue['notes'] %} {% for note in issue['notes'] %}

{{ note }}

{% endfor %} {% else %} No Notes {% endif %}
{{ issue['action_description'] }}
{% endif %} {% if data['fixed'] %}

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

Fixed Issues

{% for issue in data['fixed'] %} {% endfor %}
Resource Resource Type Account Region
{{ issue['resource'].resource_id }} {{ issue['issue'].resource_type }} {{ issue['resource'].account.account_name }} {{ issue['resource'].location }}
{% endif %}