infra/services/gitea/job.tf
2023-11-24 15:43:17 -06:00

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
})
}