From 29349c905f593101c89e07ade7b3231bdada2153 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 00:32:54 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.47.0 | datasource | package | from | to | | --------------- | ------------------------------------ | ------ | ------ | | github-releases | terraform-linters/tflint-ruleset-aws | 0.36.0 | 0.47.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 d1aa98bf..6faba8e8 100644 --- a/.hooks/linters/.tflint.hcl +++ b/.hooks/linters/.tflint.hcl @@ -1,6 +1,6 @@ plugin "aws" { enabled = true - version = "0.36.0" + version = "0.47.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }