From e1cb570571f104ba07b47ecd50e1e45e0c61c46c Mon Sep 17 00:00:00 2001 From: "mend-for-jackfan.us.kg[bot]" <50673670+mend-for-jackfan.us.kg[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 06:15:20 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.37.0 --- TEMPLATES/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMPLATES/.tflint.hcl b/TEMPLATES/.tflint.hcl index 98a41ca0520..3ddf06d20f2 100644 --- a/TEMPLATES/.tflint.hcl +++ b/TEMPLATES/.tflint.hcl @@ -11,7 +11,7 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.28.0" + version = "0.37.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }