Skip to content

Commit eb393e9

Browse files
committed
Add dependency on nomad variable
1 parent 040fd6f commit eb393e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/nomad/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ resource "nomad_job" "orchestrator" {
374374
latest_orchestrator_job_id = random_id.orchestrator_job.hex
375375
}
376376
))
377+
378+
depends_on = [nomad_variable.orchestrator_hash]
377379
}
378380

379381
data "google_storage_bucket_object" "template_manager" {

0 commit comments

Comments
 (0)