From 131fb94318c6bda8ff2cfd1baf8c6eec3c01ba91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:11:09 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-terraform to v0.5.0 --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index e78b1f1..f46301f 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -6,7 +6,7 @@ plugin "aws" { plugin "terraform" { enabled = true - version = "0.4.0" + version = "0.5.0" source = "github.com/terraform-linters/tflint-ruleset-terraform" }