From 423726c59634a70e30ffbf3c0dcec1d802895992 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:24:25 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.14.1 --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index a621b50..b8d364f 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -6,7 +6,7 @@ plugin "aws" { plugin "terraform" { enabled = true - version = "0.11.0" + version = "0.14.1" source = "github.com/terraform-linters/tflint-ruleset-terraform" }