feat(forgejo): add Forgejo module with Nomad job specification
This commit is contained in:
parent
08f372c693
commit
a250e8a538
3 changed files with 277 additions and 0 deletions
3
modules/forgejo/main.tf
Normal file
3
modules/forgejo/main.tf
Normal file
|
@ -0,0 +1,3 @@
|
|||
resource "nomad_job" "forgejo" {
|
||||
jobspec = file("${path.module}/jobspec.nomad.hcl")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue