chore(monica): add Nomad job and CSI volume registration
Some checks failed
Terraform CI/CD / Terraform Plan (push) Blocked by required conditions
Terraform CI/CD / Terraform Apply (push) Blocked by required conditions
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Has been cancelled

This commit is contained in:
Ben Martin 2025-06-02 17:41:00 +01:00
parent 4d6d43f950
commit 3bf9dd1c8a
Signed by: ben
GPG key ID: 859A655FCD290E4A
3 changed files with 133 additions and 0 deletions

View file

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