v1.14.0
Issues | Pull Requests | v1.13.5...v1.14.0 | Base revision
Features
#2176 test-module: Support fixing Terraform configuration by tflint --fix
test
action supported tflint --fix
at v1.13.1, but test-module
action didn't.
This release adds the support of tflint --fix
to test-module
.
If you enable tflint --fix
in tfaction-root.yaml, then test-module
runs tflint --fix
.
tfaction-root.yaml
tflint:
fix: true
#2179 install: Install reviewdog automatically
If you don't care about the version of reviewdog, you don't need to install reviewdog yourself anymore.
You can still control the version of reviewdog by installing reviewdog using aqua yourself.