Skip to content

Commit 6f3b125

Browse files
authored
fix: terraform-docs version 0.10 removed with-aggregate-type-defaults (antonbabenko#150)
1 parent 4a61112 commit 6f3b125

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
description: Inserts input and output documentation into README.md (using terraform-docs).
1212
require_serial: true
1313
entry: terraform_docs.sh
14-
args: [--args=--with-aggregate-type-defaults]
1514
language: script
1615
files: (\.tf)$
1716
exclude: \.terraform\/.*$
1817

1918
- id: terraform_docs_without_aggregate_type_defaults
2019
name: Terraform docs (without aggregate type defaults)
21-
description: Inserts input and output documentation into README.md (using terraform-docs).
20+
description: Inserts input and output documentation into README.md (using terraform-docs). Identical to terraform_docs.
2221
require_serial: true
2322
entry: terraform_docs.sh
2423
language: script

0 commit comments

Comments
 (0)