From 28026b6a2861b31b7280b7fa0da2d7174ec0be90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:22:30 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-google to v0.30.0 (#3805) --- TEMPLATES/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMPLATES/.tflint.hcl b/TEMPLATES/.tflint.hcl index 7343bcfff8a..72956512ace 100644 --- a/TEMPLATES/.tflint.hcl +++ b/TEMPLATES/.tflint.hcl @@ -24,7 +24,7 @@ plugin "aws" { plugin "google" { enabled = true - version = "0.29.0" + version = "0.30.0" source = "github.com/terraform-linters/tflint-ruleset-google" }