From 35db27d9e9259f59fe339d4fbcddd70b9000cd24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 19:39:58 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.46.0 --- TEMPLATES/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMPLATES/.tflint.hcl b/TEMPLATES/.tflint.hcl index 874917c4538..afe9ad3d827 100644 --- a/TEMPLATES/.tflint.hcl +++ b/TEMPLATES/.tflint.hcl @@ -18,7 +18,7 @@ plugin "azurerm" { plugin "aws" { enabled = true - version = "0.45.0" + version = "0.46.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }