diff --git a/test/setup/main.tf b/test/setup/main.tf index a82fcc5..1e9fea1 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -77,6 +77,6 @@ resource "null_resource" "cb_warmup" { provisioner "local-exec" { when = create - command = "gcloud builds submit --tag gcr.io/${module.project_ci_kms.project_id}/hello-world ." + command = "gcloud builds submit --project ${module.project_ci_kms.project_id} --tag gcr.io/${module.project_ci_kms.project_id}/hello-world ." } } \ No newline at end of file