diff --git a/main.tf b/main.tf index c9f42a8..4e2b9a5 100644 --- a/main.tf +++ b/main.tf @@ -11,7 +11,6 @@ resource "nomad_job" "this" { jobspec = file(each.value) purge_on_destroy = true hcl2 { - enabled = true allow_fs = true } }