From 2d6275ef947b32e2e9f297e6de58099062cda9dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:01:47 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-azurerm to v0.25.1 --- terraform/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/.tflint.hcl b/terraform/.tflint.hcl index 52747df..142d4c1 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.25.0" + version = "0.25.1" source = "github.com/terraform-linters/tflint-ruleset-azurerm" }