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