chore(lint): linting

This commit is contained in:
Bertrand Lanson 2024-02-24 23:26:56 +01:00
parent b6988ce53f
commit 8a8cc7c793

View File

@ -12,7 +12,7 @@ resource "nomad_job" "this" {
purge_on_destroy = true
hcl2 {
allow_fs = true
vars = contains(keys(var.jobs_variables), each.key) ? jobs_variables[each.key] : {}
vars = contains(keys(var.jobs_variables), each.key) ? jobs_variables[each.key] : {}
}
}