From 9020510bdbdfaf221fb784a764559e29eb99a246 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:45:41 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.29.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index 9d57a50..3b743d5 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -46,6 +46,6 @@ rule "terraform_standard_module_structure" { enabled = true } plugin "aws" { enabled = true - version = "0.28.0" + version = "0.29.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }