From a7b730a20b7ecb0f86a513430e6692f9ba1c387d Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 12 Oct 2019 05:39:06 -0400 Subject: [PATCH] Update rev in README.md (#70) Updating the version in the README. In order for `terraform_tflint`, the rev must be at least `v1.19.0`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6637beec6..d61fe891b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Step into the repository you want to have the pre-commit hooks installed and run ```bash cat < .pre-commit-config.yaml - repo: git://github.com/antonbabenko/pre-commit-terraform - rev: v1.18.0 + rev: v1.19.0 hooks: - id: terraform_fmt - id: terraform_docs