From 6eedef6fd937f46428703684c216430d7c6f7e2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 19:40:16 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.21.0 Signed-off-by: Renovate Bot --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index f1897fb..cba1cc0 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -44,6 +44,6 @@ rule "terraform_standard_module_structure" { enabled = true } plugin "aws" { enabled = true - version = "0.20.0" + version = "0.21.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }