v0.18.0
·
1016 commits
to master
since this release
0.18.0 (2020-07-19)
This release adds Backend()
API for accessing the Terraform backend configuration. If you want to use the API, the plugin must be built with tflint-plugin-sdk v0.3.0. For details, please see the CHANGELOG of tflint-plugin-sdk.
GPG key ID: 8CE69160EB3F2FE9
Breaking Changes
- #845: Bump tflint-plugin-sdk to v0.3.0 (@wata727)
- This change breaks plugin API backward compatibility. In order for plugins to work against v0.18.0, you need to build with tflint-plugin-sdk v0.3.0.
Enhancements
- #838: plugin: Add
Backend()
to plugin server (@pd) - #844: Add
--loglevel
option (@wata727) - #846: Bump terraform-provider-aws to v2.70.0 from v2.68.0 (@wata727)
BugFixes
- #840: tflint: Fix module resolution when terraform init is invoked from another directory (@mkielar)