From c089f9d07699b7d8884d2aa62966ccb3bdb311ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:11:40 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.34.0 --- precommit-config/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precommit-config/.tflint.hcl b/precommit-config/.tflint.hcl index da74779..63be65b 100644 --- a/precommit-config/.tflint.hcl +++ b/precommit-config/.tflint.hcl @@ -1,5 +1,5 @@ plugin "aws" { enabled = true - version = "0.32.0" + version = "0.34.0" source = "github.com/terraform-linters/tflint-ruleset-aws" } \ No newline at end of file