mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Address requested changes
This commit is contained in:
parent
9aa971c069
commit
debe93a82b
2 changed files with 3 additions and 3 deletions
|
|
@ -24,12 +24,12 @@
|
|||
exclude: \.terraform\/.*$
|
||||
|
||||
- id: terraform_docs_replace
|
||||
name: Generate documentation for Terraform modules
|
||||
name: Terraform docs (overwrite README.md)
|
||||
language: python
|
||||
entry: terraform_docs_replace
|
||||
files: (\.tf)$
|
||||
exclude: \.terraform\/.*$
|
||||
description: Generates README.md files for Terraform modules
|
||||
description: Overwrite content of README.md with terraform-docs
|
||||
|
||||
- id: terraform_validate_no_variables
|
||||
name: Terraform validate without variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue