diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93cda0b..4e10255 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,12 @@ repos: - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.48.0 + rev: v1.62.3 hooks: # - id: terraform_validate - id: terraform_fmt - - id: terraform_docs_replace - args: ['table'] + - id: terraform_docs + args: + - --args=--config=.terraform-docs.yml exclude: common/*.tf exclude: version.tf exclude: examples/ @@ -13,7 +14,7 @@ repos: args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] exclude: examples/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.1.0 hooks: - id: check-symlinks - id: detect-aws-credentials