-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required tags rule #133
Comments
I think that such an issue should be solved by an approach like If you're interested in implementing such a rule, I would like to support it wherever possible. |
already implemented that based on AWS rule :) |
A feature request:
Something similar to what was stated in terraform-linters/tflint#150 and implemented in terraform-linters/tflint#617 but for Azure resources.
In the config, you should be able to specify a tags attribute in the config block:
All the Azure resources with tags supported would be checked for tags matching these keys and a lint fail would occur for resources without those tags.
The text was updated successfully, but these errors were encountered: