We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a61112 commit 6f3b125Copy full SHA for 6f3b125
.pre-commit-hooks.yaml
@@ -11,14 +11,13 @@
11
description: Inserts input and output documentation into README.md (using terraform-docs).
12
require_serial: true
13
entry: terraform_docs.sh
14
- args: [--args=--with-aggregate-type-defaults]
15
language: script
16
files: (\.tf)$
17
exclude: \.terraform\/.*$
18
19
- id: terraform_docs_without_aggregate_type_defaults
20
name: Terraform docs (without aggregate type defaults)
21
- 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.
22
23
24
0 commit comments