From 451234d52ac7473039a704867f1ee6f569c7a2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:27:42 +0000 Subject: [PATCH] chore(deps): update hashicorp/google requirement from ~> 5.0 to ~> 7.28 Updates the requirements on [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) to permit the latest version. - [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/v5.0.0...v7.28.0) --- updated-dependencies: - dependency-name: hashicorp/google dependency-version: 7.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/cloudrun/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/cloudrun/main.tf b/infra/cloudrun/main.tf index 71676c6..3d62068 100644 --- a/infra/cloudrun/main.tf +++ b/infra/cloudrun/main.tf @@ -8,7 +8,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 5.0" + version = "~> 7.28" } } }