resource "nomad_job" "nomad-fixers" { jobspec = file("${path.module}/nomad-fixers.nomad") } resource "nomad_acl_policy" "nomad_fixers_workload" { name = "nomad-fixers-workload" description = "Give nomad fixers access to the Nomad api for fixing things" rules_hcl = <