v0.4.0
0.4.0 (2020-08-17)
This release adds WalkModuleCalls()
API to accessing the module calls. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.19+.
See also terraform-linters/tflint-ruleset-template#11 for an example of upgrading the SDK.
Breaking Changes
- #53: plugin: Bump protocol version
Enhancements
- #50: client: Implement
WalkModuleCalls