diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55b0eb3..b916ab7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,11 @@ repos: - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.86.0 + rev: v1.96.2 hooks: # - id: terraform_validate - id: terraform_fmt + args: + - --hook-config=--tf-path=terraform_current # - id: terraform_docs_replace # args: ['table'] # exclude: common/*.tf @@ -20,7 +22,7 @@ repos: # exclude: examples - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-symlinks - id: detect-aws-credentials