From f80e08cc8d863252361d517128e96406fdf60dc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:18:30 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-terraform to v0.10.0 --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index 01d133a..4bd6816 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -1,5 +1,5 @@ plugin "terraform" { enabled = true - version = "0.8.0" + version = "0.10.0" source = "github.com/terraform-linters/tflint-ruleset-terraform" }