mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Merge pull request #33 from chrisgilmerproj/run_terraform_docs_in_serial
Require terraform-docs runs in serial
This commit is contained in:
commit
175000320b
1 changed files with 5 additions and 2 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
- id: terraform_docs
|
- id: terraform_docs
|
||||||
name: Terraform docs
|
name: Terraform docs
|
||||||
description: Inserts input and output documentation into README.md (using terraform-docs).
|
description: Inserts input and output documentation into README.md (using terraform-docs).
|
||||||
|
require_serial: true
|
||||||
entry: terraform_docs.sh
|
entry: terraform_docs.sh
|
||||||
args: [--args=--with-aggregate-type-defaults]
|
args: [--args=--with-aggregate-type-defaults]
|
||||||
language: script
|
language: script
|
||||||
|
|
@ -18,6 +19,7 @@
|
||||||
- id: terraform_docs_without_aggregate_type_defaults
|
- id: terraform_docs_without_aggregate_type_defaults
|
||||||
name: 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).
|
||||||
|
require_serial: true
|
||||||
entry: terraform_docs.sh
|
entry: terraform_docs.sh
|
||||||
language: script
|
language: script
|
||||||
files: (\.tf)$
|
files: (\.tf)$
|
||||||
|
|
@ -25,11 +27,12 @@
|
||||||
|
|
||||||
- id: terraform_docs_replace
|
- id: terraform_docs_replace
|
||||||
name: Terraform docs (overwrite README.md)
|
name: Terraform docs (overwrite README.md)
|
||||||
language: python
|
description: Overwrite content of README.md with terraform-docs
|
||||||
|
require_serial: true
|
||||||
entry: terraform_docs_replace
|
entry: terraform_docs_replace
|
||||||
|
language: python
|
||||||
files: (\.tf)$
|
files: (\.tf)$
|
||||||
exclude: \.terraform\/.*$
|
exclude: \.terraform\/.*$
|
||||||
description: Overwrite content of README.md with terraform-docs
|
|
||||||
|
|
||||||
- id: terraform_validate_no_variables
|
- id: terraform_validate_no_variables
|
||||||
name: Terraform validate without variables
|
name: Terraform validate without variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue