From 3eb8da70127eaaed61ceb2ff6e91b2928dade325 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 15:12:16 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.49.0 --- terraform/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/.tflint.hcl b/terraform/.tflint.hcl index 319412d..64b2689 100644 --- a/terraform/.tflint.hcl +++ b/terraform/.tflint.hcl @@ -5,7 +5,7 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.48.0" + version = "0.49.0" source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = false } \ No newline at end of file