feature/replace-deprecated-resources #1

Merged
lanson merged 3 commits from feature/replace-deprecated-resources into main 2024-02-24 13:08:40 +00:00
Showing only changes of commit 3804662ecc - Show all commits

View File

@ -2,13 +2,13 @@
resource "nomad_job" "this" {
for_each = var.jobs
depends_on = [
nomad_external_volume.this,
nomad_csi_volume.this,
nomad_csi_volume_registration.this,
consul_key_prefix.this,
# consul_config_entry.this
consul_intention.this
]
jobspec = file("${each.value}")
jobspec = file(each.value)
purge_on_destroy = true
hcl2 {
enabled = true