cluster-state/modules/ollama/main.tf
Ben Martin 7a63a072b3
All checks were successful
Lint / lint (push) Successful in 1m39s
Terraform Plan and Apply / cicd (push) Successful in 1m17s
chore(ollama): add Ollama module and job specification
2025-03-20 01:06:49 +00:00

3 lines
87 B
HCL

resource "nomad_job" "ollama" {
jobspec = file("${path.module}/jobspec.nomad.hcl")
}