Skip to content

Releases: Azure/tflint-ruleset-avm

v0.13.0

10 Jan 07:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

09 Jan 08:51
Compare
Choose a tag to compare

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

Full Changelog: v0.11.5...v0.12.0

v0.11.5

04 Nov 03:06
6322667
Compare
Choose a tag to compare
Update build-pipeline.yml

v0.11.1

16 Jul 08:15
Compare
Choose a tag to compare
test: added test case

v0.11.0

11 Jul 02:20
Compare
Choose a tag to compare
correct modtm source in integration test

v0.10.0

08 Jul 12:06
3d68c9e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

26 Jun 09:26
Compare
Choose a tag to compare
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

26 Jun 01:25
2b6d63a
Compare
Choose a tag to compare
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]>

v0.7.1

26 Jun 01:44
eabe5f6
Compare
Choose a tag to compare
Add various APRL WAF checks (#48)

* Add cosmosdb checks

* Add postgresql and attribute exists checks

* check attributes inside blocks

* Add missing resource test

* Add MySQL

* Refactor and tidy

v0.7.0

26 Jun 01:35
755302f
Compare
Choose a tag to compare
bump basic ext plugin version to allow empty collection as sensitive …