You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In our company we are using TFLint with a set of rules. One of them is to check the tags in the terraform code. However, I've noticed that the default_tags -> tags_all used in the aws provider are not considered when evaluating the rule.
What would be the way to fix it? I may push a PR if you point me out.
I was able to find that the name of the variable is defined here, but my Golang knowledge is short to understand all the logic defined there.
Cheers,
The text was updated successfully, but these errors were encountered:
Hi,
In our company we are using TFLint with a set of rules. One of them is to check the tags in the terraform code. However, I've noticed that the
default_tags
->tags_all
used in the aws provider are not considered when evaluating the rule.What would be the way to fix it? I may push a PR if you point me out.
I was able to find that the name of the variable is defined here, but my Golang knowledge is short to understand all the logic defined there.
Cheers,
The text was updated successfully, but these errors were encountered: