-
Notifications
You must be signed in to change notification settings - Fork 124
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
Allow to add inline ignore for tagging terraform resource #299
Comments
Hi @tommy31
Could you give an example behavior of what's happening? |
Hi @jgrumboe / @lonegunmanb, We had an issue after adding Yor to an old project who use a lot of That's why, as @lonegunmanb says, we would like a way to tell yor to avoid tagging some ressource and a common way to do it is by using inline comment. Hope this help you to understand my needs. |
This requires modification of how the HCL parser works, there is already a method for excluding untaggable resources from analysis although this does require a code change. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
To prevent resource deletion when using depend_on meta argument we would like to ignore some resource tagging.
The best solution should be to add inline comment to specify to ignore tagging
Solution 1:
Solution 2:
The text was updated successfully, but these errors were encountered: