From 3ff83e3bb44ec490ca7c40fd53623a13061e6d42 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Wed, 23 Sep 2020 22:08:54 +0200 Subject: [PATCH] fix: terraform-docs version 0.10 removed with-aggregate-type-defaults --- .pre-commit-hooks.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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