From 5868dfafa7a49fdc3956a3a591cd486c2124fd84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:15:43 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.47.0 --- terraform/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/.tflint.hcl b/terraform/.tflint.hcl index 1290a72..a63d60e 100644 --- a/terraform/.tflint.hcl +++ b/terraform/.tflint.hcl @@ -5,7 +5,7 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.46.0" + version = "0.47.0" source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = false } \ No newline at end of file