Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gcp/gcs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "gcs-github-runners-iac" {

# GCS bucket for Cloud Build source staging
module "gcs-github-runners-cloud-build" {
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v49.1.0"
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v50.0.0"
project_id = module.project.project_id
prefix = module.project.project_id
name = "build-${local.region_shortnames[var.region]}"
Expand Down
Loading