From 9b7f54f592b1b88af15ea45eaa39b47c8d37abf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:04:42 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.32.0 --- TEMPLATES/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMPLATES/.tflint.hcl b/TEMPLATES/.tflint.hcl index c8bd391b78d..977138664d9 100644 --- a/TEMPLATES/.tflint.hcl +++ b/TEMPLATES/.tflint.hcl @@ -6,7 +6,7 @@ config { plugin "aws" { enabled = true - version = "0.31.0" + version = "0.32.0" source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = false }