From c24270bac7ee3ba065225f7a39a595a666698055 Mon Sep 17 00:00:00 2001 From: "mend-for-jackfan.us.kg[bot]" <50673670+mend-for-jackfan.us.kg[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 02:47:47 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-google to v0.29.0 --- TEMPLATES/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMPLATES/.tflint.hcl b/TEMPLATES/.tflint.hcl index 98a41ca0520..39a0597a217 100644 --- a/TEMPLATES/.tflint.hcl +++ b/TEMPLATES/.tflint.hcl @@ -23,6 +23,6 @@ plugin "azurerm" { plugin "google" { enabled = true - version = "0.26.0" + version = "0.29.0" source = "github.com/terraform-linters/tflint-ruleset-google" }