From 98bd3c4fe40bd237a5b5bbe7baa33c41fa5cec3c Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 2 Jan 2024 13:15:23 -0500 Subject: [PATCH] update pre-commit tfdocs --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55b0eb3..ee99377 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: exclude: version.tf exclude: examples args: - - --args=--config=.terraform-docs.yml + - --args=--config==__GIT_WORKING_DIR__/.terraform-docs.yml # - id: terraform_tflint # args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] # exclude: examples