diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 842faa9..2fda38b 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -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 diff --git a/README.md b/README.md index 867feeb..ce242a3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/hooks.yaml b/hooks.yaml index 842faa9..2fda38b 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -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