cluster-state/modules/forgejo/main.tf
Ben Martin a250e8a538
All checks were successful
Lint / lint (push) Successful in 1m11s
Terraform Plan and Apply / cicd (push) Successful in 1m38s
feat(forgejo): add Forgejo module with Nomad job specification
2025-01-12 20:36:40 +00:00

3 lines
88 B
HCL

resource "nomad_job" "forgejo" {
jobspec = file("${path.module}/jobspec.nomad.hcl")
}