diff --git a/gcp/gcs.tf b/gcp/gcs.tf index fc171ee..548cdba 100644 --- a/gcp/gcs.tf +++ b/gcp/gcs.tf @@ -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]}"