From bea9c0a5456ff7e900db0950d907bdd419bab5d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:31:19 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.45.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 dd37e33..f6cc624 100644 --- a/infra/tf/.tflint.hcl +++ b/infra/tf/.tflint.hcl @@ -1,5 +1,5 @@ plugin "aws" { enabled = true - version = "0.32.0" + version = "0.45.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }