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

Improperly tagged resources will be shutdown or removed automatically within a month of being detected if the required tags are not added. To prevent this from happening, the owners of the resources should tag their assets correctly.
{% for resource in resources %}
    *Account:* `{{ resource.instance.account.account_name }}`
    *Region:* `{{ resource.instance.location }}`
    *Resource ID:* `{{ resource.instance.get_name_or_instance_id(True) }}`
    *Missing Tags:* {{ resource.missing_tags | slack_quote_join }}
    *Notes:* {{ resource.notes | slack_quote_join }}
    *Status:* `{{ resource.state_name() }}`

{% endfor %}
