2024-05-03 20:41:43 -03:00
|
|
|
resource "nomad_job" "app_twitchminer" {
|
|
|
|
jobspec = templatefile("${path.module}/conf/twitchminer.hcl", {
|
2024-10-24 03:03:03 -03:00
|
|
|
NOMAD_ALLOC_DIR = "/alloc"
|
|
|
|
RUN_FILE = data.template_file.runpy.rendered
|
2024-05-03 20:41:43 -03:00
|
|
|
})
|
|
|
|
}
|