chore(jayne-martin-counselling): onboarding
All checks were successful
Lint / lint (push) Successful in 2m5s
Terraform Plan and Apply / cicd (push) Successful in 1m35s

This commit is contained in:
Ben Martin 2025-03-29 20:45:15 +00:00
parent f8e9e5653e
commit b25f382f4c
Signed by: ben
GPG key ID: 859A655FCD290E4A
3 changed files with 97 additions and 0 deletions

View file

@ -45,3 +45,7 @@ module "keycloak" {
module "ollama" {
source = "./modules/ollama"
}
module "jayne-martin-counselling" {
source = "./modules/jayne-martin-counselling"
}