v0.7.0
0.7.0 (2021-01-03)
This release changes the Runner interface. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.23+.
See also terraform-linters/tflint-ruleset-template#23 for an example of upgrading the SDK.
Breaking Changes
Enhancements
- #79: tflint: Extend runner API for accessing the root provider configuration
- #82: tflint: Add support for fetching rule config
- #85: tflint: Add
IsNullExpr
API - #88: Avoid to read file directly from plugin side
- #91: Make terraform configuration compatible with v0.14