remove hcl parsing reference as it is standard

This commit is contained in:
Bertrand Lanson 2023-08-22 18:48:55 +02:00
parent 3804662ecc
commit fb2f55efa8

View File

@ -11,7 +11,6 @@ resource "nomad_job" "this" {
jobspec = file(each.value)
purge_on_destroy = true
hcl2 {
enabled = true
allow_fs = true
}
}