diff --git a/terraform/apps/shehryar.tf b/terraform/apps/shehryar.tf index e719824..e98fce8 100644 --- a/terraform/apps/shehryar.tf +++ b/terraform/apps/shehryar.tf @@ -86,7 +86,10 @@ resource "google_cloud_run_v2_service" "shehryar_api" { } containers { - image = "${var.region}-docker.pkg.dev/${var.project_id}/firebase-cloud/shehryar-api:latest" + # Bootstrap placeholder. The shehryar repo's CI/CD pushes the real + # image and runs `gcloud run deploy --image=...` to swap it in. + # lifecycle.ignore_changes below prevents terraform from reverting. + image = "gcr.io/cloudrun/hello" resources { limits = {