From 0a9f93bc7a7b8c30c6b8f3eea1ca2e6bccb8a541 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 10:53:43 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-azurerm to v0.32.0 --- terraform/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/.tflint.hcl b/terraform/.tflint.hcl index 89c02eb..90fd6d9 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.31.1" + version = "0.32.0" source = "github.com/terraform-linters/tflint-ruleset-azurerm" }