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
.