Skip to content

v0.3.0

Compare
Choose a tag to compare
@wata727 wata727 released this 19 Jul 08:45
· 275 commits to master since this release

0.3.0 (2020-07-19)

This release adds Backend() API to accessing the Terraform backend configuration. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.18+.

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

Breaking Changes

  • #48: plugin: Bump protocol version

Enhancements

  • #47: client: Add Runner.Backend()
  • #49: helper: Add Backend() helper