From d9287a97514a7bbffcaa94a03f7178cdee46e514 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 16:48:05 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.47.0 --- infra/tf/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/tf/.tflint.hcl b/infra/tf/.tflint.hcl index f6cc624..385091c 100644 --- a/infra/tf/.tflint.hcl +++ b/infra/tf/.tflint.hcl @@ -1,5 +1,5 @@ plugin "aws" { enabled = true - version = "0.45.0" + version = "0.47.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }