From 6f3b12514bb6c0c39dcdd095b873040411d31d79 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Wed, 23 Sep 2020 22:11:09 +0200 Subject: [PATCH] fix: terraform-docs version 0.10 removed with-aggregate-type-defaults (#150) --- .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 5763b11..4b667db 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