Skip to content

v0.32.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 16:20
· 502 commits to master since this release

0.32.0 (2021-09-11)

GPG key ID: 8CE69160EB3F2FE9

Breaking Changes

  • #1191: cmd: Change exit status (@wata727)
    • Previously, TFLint returned 2 when an internal error occurred and 3 when an issue was found. From this version, it returns 1 in the former case and 2 in the latter case.

Enhancements

  • #1182: add rule: terraform_module_version (@bendrucker)
  • #1197: terraform_module_pinned_source: detect invalid URLs (@bendrucker)
  • #1201 #1212: build(deps): Bump github.com/terraform-linters/tflint-ruleset-aws from 0.6.0 to 0.7.1

Chores