Skip to content

Commit 8dd603b

Browse files
committed
Updated README
1 parent 69039c3 commit 8dd603b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
exclude: \.terraform\/.*$
88

99
- id: terraform_docs
10-
name: Terraform Docs
10+
name: Terraform docs
1111
description: Inserts input and output documentation into README.md (using terraform-docs).
1212
entry: terraform_docs.sh
1313
language: script

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Several [pre-commit](http://pre-commit.com/) hooks to keep Terraform configurati
2020

2121
```yaml
2222
- repo: git://github.com/antonbabenko/pre-commit-terraform
23-
rev: v1.7.0
23+
rev: v1.7.3
2424
hooks:
2525
- id: terraform_fmt
2626
- id: terraform_docs

hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
exclude: \.terraform\/.*$
88

99
- id: terraform_docs
10-
name: Terraform Docs
10+
name: Terraform docs
1111
description: Inserts input and output documentation into README.md (using terraform-docs).
1212
entry: terraform_docs.sh
1313
language: script

0 commit comments

Comments
 (0)