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