From 0aba2a95940ebf6cb47cde28ce90c7ebb1ce5d91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 20:49:36 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.28.0 --- example/infra/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/infra/.tflint.hcl b/example/infra/.tflint.hcl index ea5e24d..8c11b1a 100644 --- a/example/infra/.tflint.hcl +++ b/example/infra/.tflint.hcl @@ -1,5 +1,5 @@ plugin "aws" { enabled = true - version = "0.24.2" + version = "0.28.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }