Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 08:02
· 62 commits to main since this release

0.4.0 (2023-06-18)

Breaking Changes

  • #104: Bump tflint-plugin-sdk to v0.17.0
    • This change drops support for TFLint v0.40/v0.41

Enhancements

  • #93: Add autofix support
    • terraform_comment_syntax
    • terraform_deprecated_index
    • terraform_deprecated_interpolation
    • terraform_empty_list_equality
    • terraform_required_provider
      • However, only issues with missing source can be fixed
    • terraform_unused_declarations
      • HCL native syntax only

BugFixes

  • #101: deprecated_index: restore evaluation of JSON expressions

Chores

  • #96: terraform_deprecated_index: add example of fix
  • #99: Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2
  • #102: Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.17.0