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