5 lines
162 B
HCL
5 lines
162 B
HCL
resource "nomad_job" "app" {
|
|
jobspec = templatefile("${path.module}/conf/gitea.nomad.hcl", {
|
|
gitea_config = data.template_file.gitea-config.rendered
|
|
})
|
|
}
|