From 8d774e1b46a6bf7e473297a7e61a42e13bba2ee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:03:39 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-google to v0.24.0 --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index edaf3d3..9acbec7 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -2,7 +2,7 @@ ## ruleset: https://github.com/terraform-linters/tflint-ruleset-google/blob/master/docs/rules/README.md plugin "google" { enabled = true - version = "0.23.1" + version = "0.24.0" source = "github.com/terraform-linters/tflint-ruleset-google" }