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