From b6c35bf3ecc55d89a8676fcfb972e1cffd5cbdbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 11:04:16 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-azurerm to v0.30.0 --- terraform/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/.tflint.hcl b/terraform/.tflint.hcl index 9c873db..31cd022 100644 --- a/terraform/.tflint.hcl +++ b/terraform/.tflint.hcl @@ -13,7 +13,7 @@ plugin "terraform" { # add special rules for MS Azure Resource Manager plugin "azurerm" { enabled = true - version = "0.29.0" + version = "0.30.0" source = "github.com/terraform-linters/tflint-ruleset-azurerm" }