From 5d4a1d442c57470e89e00d136f9a2fa4ffaf0330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:39:10 +0000 Subject: [PATCH] Bump hashicorp/google from 6.37.0 to 6.38.0 in /infrastructure Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 6.37.0 to 6.38.0. - [Release notes](https://github.com/hashicorp/terraform-provider-google/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-google/compare/v6.37.0...v6.38.0) --- updated-dependencies: - dependency-name: hashicorp/google dependency-version: 6.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 02b3ace7..cf1ca079 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "6.37.0" + version = "6.38.0" } } }