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

View file

@ -33,3 +33,7 @@ module "plugin-csi" {
module "home-assistant" {
source = "./modules/home-assistant"
}
module "forgejo" {
source = "./modules/forgejo"
}