Skip to content

v0.8.0

Compare
Choose a tag to compare
@wata727 wata727 released this 31 Jan 08:53
· 183 commits to master since this release

0.8.0 (2021-01-31)

This release fixes some bugs when using Config API. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.24+.

See also terraform-linters/tflint-ruleset-template#26 for an example of upgrading the SDK.

Breaking Changes

  • #96: Use msgpack to encoding to pass cty.Value in variable default
  • #98: Use json for transfering cty.Type

BugFixes

  • #97: Fix heredoc parsing in parseConfig

Chores

  • #94: Bump github.com/hashicorp/hcl/v2 from 2.8.1 to 2.8.2
  • #99: Allow use of ${terraform.workspace} in tests