Skip to content

v1.14.0

Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 30 Dec 08:49
· 16 commits to main since this release
v1.14.0
1bfb14d

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.

https://github.com/suzuki-shunsuke/tfaction/blob/886c9492a8998532071ff2f0a949e36790de0fc1/install/aqua/reviewdog.yaml#L2

You can still control the version of reviewdog by installing reviewdog using aqua yourself.