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