v0.8.0
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