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
Hello, congratulations for your work, TFLint is a great tool and we use it a lot.
Our DevOps team wants use TFLint to enforce some internal policies related to internal naming conventions on the resources, require the addition of tags that should be always present (for AWS-related resources) etc. So, we want extend/customize TFLint (we can write Go code)
Could you please provide me a few "development guidelines" to start my work on that project? I mean, what is the cleanest and easiest way to extend/customize TFLint to add more checks?
Thank you very much in advance!
Best Regards,
Leo
The text was updated successfully, but these errors were encountered:
Hi @leoblanc, Thanks for using TFLint :)
However, I think that such a use case is not suitable for TFLint...
I think TFLint should focus on detecting errors and bad practices.
In order to enforce internal naming conventions, tools like https://github.com/elmundio87/terraform_validate are appropriate. Maybe duplicate of #121
Hello, congratulations for your work, TFLint is a great tool and we use it a lot.
Our DevOps team wants use TFLint to enforce some internal policies related to internal naming conventions on the resources, require the addition of tags that should be always present (for AWS-related resources) etc. So, we want extend/customize TFLint (we can write Go code)
Could you please provide me a few "development guidelines" to start my work on that project? I mean, what is the cleanest and easiest way to extend/customize TFLint to add more checks?
Thank you very much in advance!
Best Regards,
Leo
The text was updated successfully, but these errors were encountered: