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
4
main.tf
4
main.tf
|
@ -33,3 +33,7 @@ module "plugin-csi" {
|
|||
module "home-assistant" {
|
||||
source = "./modules/home-assistant"
|
||||
}
|
||||
|
||||
module "forgejo" {
|
||||
source = "./modules/forgejo"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue