Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions 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 the terraform_module_pinned_source rule with semver style option.

Enhancements

Chores