v0.15.0
github-actions
released this
25 Feb 13:32
·
1226 commits
to master
since this release
0.15.0 (2020-02-25)
GPG key ID: 8CE69160EB3F2FE9
This release introduces advanced rule configuration syntax. This allows you to customize each rule with its own options. At the moment, only the terraform_module_pinned_source
rule has its own options. See documentation for details.
Breaking Changes
- #624: Merge terraform_module_semver_source into terraform_module_pinned_source (@wata727)
- The
terraform_module_semver_source
rule has been removed. Instead, use theterraform_module_pinned_source
rule withsemver
style option.
- The
Enhancements
- #609: Add new terraform_deprecated_interpolation rule (@wata727)
- #619: Show the actual value in messages (@wata727)
- #629: Bump terraform to v0.12.21 (@chenrui333)
- #617: Check for tags on AWS resources (@bwhaley)
- #635: Bump terraform-provider-aws to v2.50.0 from v2.46.0 (@wata727)