cluster-state/modules/keycloak/main.tf
Ben Martin 545d451d92
Some checks failed
Lint / lint (push) Failing after 37s
Terraform Plan and Apply / cicd (push) Successful in 49s
feat(keycloak): add Keycloak module and Nomad job specification
2025-02-20 12:01:39 +00:00

3 lines
89 B
HCL

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