From 5072535c8c923a48d3212361058dfa4d2a5495e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 12:34:35 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.45.0 --- terraform/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/.tflint.hcl b/terraform/.tflint.hcl index d44ef85..c63f071 100644 --- a/terraform/.tflint.hcl +++ b/terraform/.tflint.hcl @@ -5,7 +5,7 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.44.0" + version = "0.45.0" source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = false } \ No newline at end of file