mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Updated README
This commit is contained in:
parent
69039c3a8c
commit
8dd603be09
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
|||
exclude: \.terraform\/.*$
|
||||
|
||||
- id: terraform_docs
|
||||
name: Terraform Docs
|
||||
name: Terraform docs
|
||||
description: Inserts input and output documentation into README.md (using terraform-docs).
|
||||
entry: terraform_docs.sh
|
||||
language: script
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ Several [pre-commit](http://pre-commit.com/) hooks to keep Terraform configurati
|
|||
|
||||
```yaml
|
||||
- repo: git://github.com/antonbabenko/pre-commit-terraform
|
||||
rev: v1.7.0
|
||||
rev: v1.7.3
|
||||
hooks:
|
||||
- id: terraform_fmt
|
||||
- id: terraform_docs
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
exclude: \.terraform\/.*$
|
||||
|
||||
- id: terraform_docs
|
||||
name: Terraform Docs
|
||||
name: Terraform docs
|
||||
description: Inserts input and output documentation into README.md (using terraform-docs).
|
||||
entry: terraform_docs.sh
|
||||
language: script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue