From c3f3b7d78de98d7bf9ce339326e28fe2e6c0fa5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 13:20:48 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.32.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index c6a5e5e..35d0794 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -46,6 +46,6 @@ rule "terraform_standard_module_structure" { enabled = true } plugin "aws" { enabled = true - version = "0.30.0" + version = "0.32.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }