Releases: Azure/tflint-ruleset-avm
Releases · Azure/tflint-ruleset-avm
v0.13.0
What's Changed
- feat: add azapi/azurerm provider contraints by @matt-FFFFFF in #80
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Updated the Accout_Replication_Level to GRS by @chinthakaru in #73
- chore(deps): bump github.com/terraform-linters/tflint from 0.51.1 to 0.53.0 by @dependabot in #68
- chore(deps): bump github.com/zclconf/go-cty from 1.15.0 to 1.16.0 by @dependabot in #78
- chore(deps): bump github.com/terraform-linters/tflint from 0.53.0 to 0.54.0 by @dependabot in #74
- chore(deps): bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0 by @dependabot in #75
- chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #76
- Add
valid_template_interpolation
rule by @lonegunmanb in #79
New Contributors
- @chinthakaru made their first contribution in #73
Full Changelog: v0.11.5...v0.12.0
v0.11.5
v0.11.1
v0.11.0
v0.10.0
What's Changed
- Vnet GW and VM WAF rules by @jchancellor-ms in #55
New Contributors
- @jchancellor-ms made their first contribution in #55
Full Changelog: v0.9.0...v0.10.0
v0.9.0
chore(deps): bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.20.1 to 2.21.0. - [Release notes](https://github.com/hashicorp/hcl/releases) - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/hcl/compare/v2.20.1...v2.21.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/hcl/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
v0.8.0
Add missing rules and make names nicer (#49) * Use replection to add waf rules and make the names nicer * linting * Fix integration tests * Update waf/waf.go Co-authored-by: Matt White <[email protected]> * Update waf/waf.go Co-authored-by: Matt White <[email protected]> * fix: duff suggestion * Make the code more readable * Simplify code --------- Co-authored-by: Matt White <[email protected]>