From c62dc2eaa2c2471a8b468a01559a2fe614062706 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:49:28 -0500 Subject: [PATCH] chore(deps): update terraform google to v6.17.0 (#15873) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/gcplog/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gcplog/main.tf b/tools/gcplog/main.tf index fe6b2d84d8c31..4860c44fc52e4 100644 --- a/tools/gcplog/main.tf +++ b/tools/gcplog/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "6.16.0" + version = "6.17.0" } } }