From 10d43232cbab47ee38efb2ca069f68e358e5a7fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 10:05:24 +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 35ef582..6058d04 100644 --- a/terraform/.tflint.hcl +++ b/terraform/.tflint.hcl @@ -5,6 +5,6 @@ plugin "terraform" { plugin "azurerm" { enabled = true - version = "0.29.0" + version = "0.30.0" source = "github.com/terraform-linters/tflint-ruleset-azurerm" }