mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
fix: terraform-docs version 0.10 removed with-aggregate-type-defaults (#150)
This commit is contained in:
parent
4a611121b6
commit
6f3b12514b
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue