mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 07:36:37 -03:00
5 lines
No EOL
130 B
HCL
5 lines
No EOL
130 B
HCL
resource "nomad_job" "kavita" {
|
|
jobspec = templatefile("${path.module}/conf/kavita.hcl", {
|
|
NOMAD_ALLOC_DIR = "/alloc"
|
|
})
|
|
} |