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

View file

@ -37,3 +37,7 @@ module "home-assistant" {
module "forgejo" {
source = "./modules/forgejo"
}
module "keycloak" {
source = "./modules/keycloak"
}