replace job dependencies
This commit is contained in:
parent
082bad9837
commit
3804662ecc
6
main.tf
6
main.tf
@ -2,13 +2,13 @@
|
|||||||
resource "nomad_job" "this" {
|
resource "nomad_job" "this" {
|
||||||
for_each = var.jobs
|
for_each = var.jobs
|
||||||
depends_on = [
|
depends_on = [
|
||||||
nomad_external_volume.this,
|
nomad_csi_volume.this,
|
||||||
|
nomad_csi_volume_registration.this,
|
||||||
consul_key_prefix.this,
|
consul_key_prefix.this,
|
||||||
# consul_config_entry.this
|
|
||||||
consul_intention.this
|
consul_intention.this
|
||||||
]
|
]
|
||||||
|
|
||||||
jobspec = file("${each.value}")
|
jobspec = file(each.value)
|
||||||
purge_on_destroy = true
|
purge_on_destroy = true
|
||||||
hcl2 {
|
hcl2 {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
Loading…
Reference in New Issue
Block a user