From 619f1446f9555474ba6c90f852359817a20f9e91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 00:10:56 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-terraform to v0.13.0 --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index 2efcd8f..55bb902 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -1,5 +1,5 @@ plugin "terraform" { enabled = true - version = "0.9.1" + version = "0.13.0" source = "github.com/terraform-linters/tflint-ruleset-terraform" }