From fb50981abaa5939ee2d3da6bb8abc7c4d116d06e Mon Sep 17 00:00:00 2001 From: Ryan Ligon Date: Tue, 1 Feb 2022 13:55:49 -0800 Subject: [PATCH] docs: specify compatible versions for tflint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f31591e..0eabf23 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ To develop in this repository, you'll want the following tools set up: * [Terraform](https://www.terraform.io/downloads.html), >= 0.12 (note that 0.12 is used to develop this module, even though 0.11 is supported) * [terraform-docs](https://github.com/segmentio/terraform-docs) -* [tflint](https://github.com/terraform-linters/tflint) +* [tflint](https://github.com/terraform-linters/tflint), 0.15.x - 0.26.x * [Ruby](https://www.ruby-lang.org/en/documentation/installation/), [>= 2.4.2](https://rvm.io) * [Bundler](https://bundler.io)