fix: Restrict AWS provider max version due to v6 provider breaking changes (#3384)

* Add aws version constraint for 6.0.0

* fix: Restrict all AWS providers and Helm providers upper version limit

---------

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
Michael Strassberger
2025-06-18 22:08:51 +02:00
committed by GitHub
parent a9c659ad10
commit 681a868d62
31 changed files with 52 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.99.0
rev: v1.99.4
hooks:
- id: terraform_fmt
- id: terraform_docs