chore(ollama): add Ollama module and job specification
All checks were successful
Lint / lint (push) Successful in 1m39s
Terraform Plan and Apply / cicd (push) Successful in 1m17s

This commit is contained in:
Ben Martin 2025-03-20 01:06:47 +00:00
parent 2165540e58
commit 7a63a072b3
Signed by: ben
GPG key ID: 859A655FCD290E4A
3 changed files with 56 additions and 0 deletions

View file

@ -41,3 +41,7 @@ module "forgejo" {
module "keycloak" {
source = "./modules/keycloak"
}
module "ollama" {
source = "./modules/ollama"
}