infra/services/gitea/job.tf

6 lines
162 B
Terraform
Raw Normal View History

2023-11-24 21:43:17 +00:00
resource "nomad_job" "app" {
jobspec = templatefile("${path.module}/conf/gitea.nomad.hcl", {
gitea_config = data.template_file.gitea-config.rendered
})
}