From 49a37d034c00c26453884373444ef0f39b0dc0d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 18:28:26 +0000 Subject: [PATCH] chore(deps): update hashicorp/google requirement from ~> 5.0 to ~> 7.30 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.30.0) --- updated-dependencies: - dependency-name: hashicorp/google dependency-version: 7.30.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..f07c455 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.30" } } }