Updated README

This commit is contained in:
Anton Babenko 2018-05-24 22:12:04 +02:00
commit 8dd603be09
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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