diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dda5778..c2384ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,22 @@ repos: - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.48.0 + rev: v1.62.1 hooks: # - id: terraform_validate - id: terraform_fmt - exclude: examples - - id: terraform_docs_replace - args: ['table'] - exclude: common/*.tf +# - id: terraform_docs_replace +# args: ['table'] + - id: terraform_docs + args: + - --args=--config=.terraform-docs.yml exclude: version.tf - exclude: examples + exclude: examples/ - id: terraform_tflint args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] - exclude: examples + exclude: examples/ + - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.0.1 hooks: - id: check-symlinks - id: detect-aws-credentials