From 373146c54de2140d837def47e93fd729b76aea11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:45:15 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.48.0 --- precommit-config/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precommit-config/.tflint.hcl b/precommit-config/.tflint.hcl index 702eb60..699438f 100644 --- a/precommit-config/.tflint.hcl +++ b/precommit-config/.tflint.hcl @@ -1,5 +1,5 @@ plugin "aws" { enabled = true - version = "0.40.0" + version = "0.48.0" source = "github.com/terraform-linters/tflint-ruleset-aws" } \ No newline at end of file