From bbd27d6560a733c13e6b8c8bd25170fce4db39c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:35:32 +0000 Subject: [PATCH] build(deps): update hashicorp/google requirement from ~> 5.0 to ~> 7.27 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.27.0) --- updated-dependencies: - dependency-name: hashicorp/google dependency-version: 7.27.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..90af1d9 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.27" } } }