mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-04 23:16:35 -03:00
4 lines
No EOL
94 B
HCL
4 lines
No EOL
94 B
HCL
resource "nomad_job" "app" {
|
|
jobspec = templatefile("${path.module}/conf/deluge.hcl", {})
|
|
|
|
} |