From 20e12170b39de22ebf6843e50b35f7711678dd9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:24:27 +0000 Subject: [PATCH] ci(deps): Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.24.3 --- .ci/linters/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/linters/.tflint.hcl b/.ci/linters/.tflint.hcl index 336e390c..05b3f275 100644 --- a/.ci/linters/.tflint.hcl +++ b/.ci/linters/.tflint.hcl @@ -1,6 +1,6 @@ plugin "aws" { enabled = true - version = "0.24.2" + version = "0.24.3" source = "github.com/terraform-linters/tflint-ruleset-aws" } rule "terraform_deprecated_index" {