From 171f48c30d97fe81dcfc6956923a598bd53a1cf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:52:28 +0100 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.37.0 (#4442) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- TEMPLATES/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMPLATES/.tflint.hcl b/TEMPLATES/.tflint.hcl index 40f87ee2de2..c4c92d77cf0 100644 --- a/TEMPLATES/.tflint.hcl +++ b/TEMPLATES/.tflint.hcl @@ -18,7 +18,7 @@ plugin "azurerm" { plugin "aws" { enabled = true - version = "0.36.0" + version = "0.37.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }