feat(keycloak): add Keycloak module and Nomad job specification
Some checks failed
Lint / lint (push) Failing after 37s
Terraform Plan and Apply / cicd (push) Successful in 49s

This commit is contained in:
Ben Martin 2025-02-20 12:01:39 +00:00
parent e0fdb684fb
commit 545d451d92
Signed by: ben
GPG key ID: 859A655FCD290E4A
3 changed files with 128 additions and 0 deletions

3
modules/keycloak/main.tf Normal file
View file

@ -0,0 +1,3 @@
resource "nomad_job" "keycloak" {
jobspec = file("${path.module}/jobspec.nomad.hcl")
}