From ca75fbf9374dfa3e99cd0954bfab2eb22dd0dfa7 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 11 Oct 2019 08:29:38 -0400 Subject: [PATCH] update rev in README.md 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