From d634073a1cd1f4b23f62705d0fc8c28366c70717 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:09:55 +0000 Subject: [PATCH] feat(tflint): Update terraform-linters/tflint-ruleset-aws to v0.43.0 --- iac/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iac/.tflint.hcl b/iac/.tflint.hcl index 3383e6b..faf12d1 100644 --- a/iac/.tflint.hcl +++ b/iac/.tflint.hcl @@ -5,7 +5,7 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.42.0" + version = "0.43.0" source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = false }