Skip to content

v1.1.1

Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 12 Nov 23:05
· 135 commits to main since this release
v1.1.1
aaa3b65

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.