v1.1.1
Issues | Pull Requests |
v1.1.0...v1.1.1
Fixes
#1065 #1144 #1145 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 action 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
.