From 20d397a1e582f2b423cf98c4e67be04787f23159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:06:34 +0000 Subject: [PATCH] Bump project::cloud-foundation-fabric from 49.1.0 to 50.0.0 in /gcp Bumps [project::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 49.1.0 to 50.0.0. - [Release notes](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v49.1.0...v50.0.0) --- updated-dependencies: - dependency-name: project::github::GoogleCloudPlatform/cloud-foundation-fabric::v49.1.0 dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gcp/project.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/project.tf b/gcp/project.tf index f0e94c1..f2b37d8 100644 --- a/gcp/project.tf +++ b/gcp/project.tf @@ -1,7 +1,7 @@ # Configure the Google Cloud project and enable required APIs # https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v49.1.0/modules/project/README.md module "project" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v49.1.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v50.0.0" name = var.project_id project_reuse = {} services = var.apis