feat(forgejo): add Forgejo module with Nomad job specification
All checks were successful
Lint / lint (push) Successful in 1m11s
Terraform Plan and Apply / cicd (push) Successful in 1m38s

This commit is contained in:
Ben Martin 2025-01-12 20:36:40 +00:00
parent 08f372c693
commit a250e8a538
Signed by: ben
GPG key ID: 859A655FCD290E4A
3 changed files with 277 additions and 0 deletions

3
modules/forgejo/main.tf Normal file
View file

@ -0,0 +1,3 @@
resource "nomad_job" "forgejo" {
jobspec = file("${path.module}/jobspec.nomad.hcl")
}