From ef227c4ecf298e541ee4945d02939f90d32ceaf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 10:03:06 +0000 Subject: [PATCH] feat(tflint): Update terraform-linters/tflint-ruleset-aws to v0.40.0 --- iac/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iac/.tflint.hcl b/iac/.tflint.hcl index 3af5837..0254638 100644 --- a/iac/.tflint.hcl +++ b/iac/.tflint.hcl @@ -5,7 +5,7 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.39.0" + version = "0.40.0" source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = false }