From badd14b0d0a1647c8a3686d2d7525669c019ea81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:16:15 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-google to v0.30.0 --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index bb19fe7..9f9611a 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -1,6 +1,6 @@ plugin "google" { enabled = true - version = "0.16.1" + version = "0.30.0" source = "github.com/terraform-linters/tflint-ruleset-google" }