diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c4da42..f3841e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -82,20 +82,3 @@ repos: "../../../modules/aws", "./examples/kms/scenario3", ] - - repo: https://github.com/terraform-docs/terraform-docs - rev: "v0.16.0" - hooks: - - id: terraform-docs-system - args: - [ - "markdown", - "table", - "--output-file", - "README.md", - "--hide", - "data-sources,requirements", - "--recursive", - "--recursive-path", - "../modules/aws", - "./bootstrap", - ]