Skip to content

Commit

Permalink
Add project flag
Browse files Browse the repository at this point in the history
  • Loading branch information
romanini-ciandt committed Oct 24, 2024
1 parent 250e8ec commit f7509db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 ."
}
}

0 comments on commit f7509db

Please sign in to comment.