From 65a526263316b6022e353ed0dd890d5d0d92bc89 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:50:34 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.48.0 | datasource | package | from | to | | --------------- | ------------------------------------ | ------ | ------ | | github-releases | terraform-linters/tflint-ruleset-aws | 0.47.0 | 0.48.0 | --- .hooks/linters/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hooks/linters/.tflint.hcl b/.hooks/linters/.tflint.hcl index 6faba8e8..7f388d58 100644 --- a/.hooks/linters/.tflint.hcl +++ b/.hooks/linters/.tflint.hcl @@ -1,6 +1,6 @@ plugin "aws" { enabled = true - version = "0.47.0" + version = "0.48.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }