From f7509db7e1a5437781ad8871dd3768e0634cae1c Mon Sep 17 00:00:00 2001 From: Leonardo Henrique Romanini Date: Thu, 24 Oct 2024 12:45:43 -0300 Subject: [PATCH] Add project flag --- test/setup/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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