tfutils / tfenv

Terraform version manager
MIT License
4.54k stars 455 forks source link

feature: Add an option to install the appropriate version of tflint along with tf #256

Open codrcodz opened 3 years ago

codrcodz commented 3 years ago

tflint is a linter for terraform files. It is a well-maintained project with a clear and concise changelog that is shipped with each release: https://github.com/terraform-linters/tflint/releases

Each changelog entry is parseable and specifies the version of terraform that version of tflint is compatible with.

codrcodz commented 3 years ago

I dropped a corresponding issue in the tflint project as well: https://github.com/terraform-linters/tflint/issues/1111

Should the maintainers there implement that feature, it should make the inclusion of tflint support much simpler on your side.