From 4f0b26fb3c7c92ab569b819d14f78e054d98f666 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:27:11 +0000 Subject: [PATCH] feat(tflint): Update terraform-linters/tflint-ruleset-aws to v0.41.0 --- iac/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iac/.tflint.hcl b/iac/.tflint.hcl index 0254638..e8e0c79 100644 --- a/iac/.tflint.hcl +++ b/iac/.tflint.hcl @@ -5,7 +5,7 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.40.0" + version = "0.41.0" source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = false }