From 3f7bb891ab4d55180853372cd04f06bec3e0cbfe Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 16 Dec 2024 08:42:01 -0500 Subject: [PATCH] exclude examples for docs --- .pre-commit-config.yaml | 1 + examples/{ => emr}/emr-security-group.tf | 0 2 files changed, 1 insertion(+) rename examples/{ => emr}/emr-security-group.tf (100%) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6874429..228d777 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,7 @@ repos: - id: terraform_docs_replace args: ['table'] exclude: common/.* + exclude: examples/.* exclude: version.tf - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/examples/emr-security-group.tf b/examples/emr/emr-security-group.tf similarity index 100% rename from examples/emr-security-group.tf rename to examples/emr/emr-security-group.tf