From 2129828277d0e4673071a9a5e07f1a5a6a381513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:21:04 +0000 Subject: [PATCH] Bump project::cloud-foundation-fabric from 53.0.0 to 55.3.0 in /gcp Bumps [project::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 53.0.0 to 55.3.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/v53.0.0...v55.3.0) --- updated-dependencies: - dependency-name: project::github::GoogleCloudPlatform/cloud-foundation-fabric::v53.0.0 dependency-version: 55.3.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 65cfaba..39b626c 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/v53.0.0/modules/project/README.md module "project" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v53.0.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v55.3.0" name = var.project_id project_reuse = {} services = var.apis