Skip to content

Commit 2129828

Browse files
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](GoogleCloudPlatform/cloud-foundation-fabric@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] <support@github.com>
1 parent e9a0580 commit 2129828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcp/project.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configure the Google Cloud project and enable required APIs
22
# https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v53.0.0/modules/project/README.md
33
module "project" {
4-
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v53.0.0"
4+
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v55.3.0"
55
name = var.project_id
66
project_reuse = {}
77
services = var.apis

0 commit comments

Comments
 (0)