diff --git a/gcp/gcs.tf b/gcp/gcs.tf index d686118..a74c080 100644 --- a/gcp/gcs.tf +++ b/gcp/gcs.tf @@ -43,7 +43,7 @@ module "gcs-github-runners-cloud-build" { # GCS bucket for storing the VM startup script module "gcs-github-runners-startup-script" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v53.0.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v54.0.0" project_id = module.project.project_id prefix = module.project.project_id name = "gh-start-${local.region_shortnames[var.region]}"