From 15386efbb9e2e7968030ec6f46789c9a727ddcba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:27:05 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.48.0 --- terraform/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/.tflint.hcl b/terraform/.tflint.hcl index a63d60e..319412d 100644 --- a/terraform/.tflint.hcl +++ b/terraform/.tflint.hcl @@ -5,7 +5,7 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.47.0" + version = "0.48.0" source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = false } \ No newline at end of file