tfenv
tfenv copied to clipboard
feature: Add an option to install the appropriate version of tflint along with tf
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.
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.