homelab/terraform/modules/twitchminer/job.tf
2024-10-24 03:03:03 -03:00

6 lines
No EOL
200 B
HCL

resource "nomad_job" "app_twitchminer" {
jobspec = templatefile("${path.module}/conf/twitchminer.hcl", {
NOMAD_ALLOC_DIR = "/alloc"
RUN_FILE = data.template_file.runpy.rendered
})
}