Skip to content

v1.12.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 23:30
· 68 commits to main since this release

Issues | Pull Requests | v1.12.0...v1.12.1 | Base revision

Fixes

#2004 Support tflint v0.54.0 or later

tflint v0.54.0 removed --module option.

https://github.com/terraform-linters/tflint/releases/tag/v0.54.0

This release supports both tflint's latest version and old version.
It uses the option --call--module-type if the help message tflint --help includes --call--module-type.
Otherwise, it uses the option --module.