diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5763b110c..4b667db8f 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -11,14 +11,13 @@ description: Inserts input and output documentation into README.md (using terraform-docs). require_serial: true entry: terraform_docs.sh - args: [--args=--with-aggregate-type-defaults] language: script files: (\.tf)$ exclude: \.terraform\/.*$ - id: terraform_docs_without_aggregate_type_defaults name: Terraform docs (without aggregate type defaults) - description: Inserts input and output documentation into README.md (using terraform-docs). + description: Inserts input and output documentation into README.md (using terraform-docs). Identical to terraform_docs. require_serial: true entry: terraform_docs.sh language: script