fix(keycloak): get closer to working

This commit is contained in:
Kat Inskip 2024-03-13 21:53:28 -07:00
parent 7ff72a29ab
commit 08fa02ac20
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 296 additions and 158 deletions

View file

@ -52,6 +52,15 @@ module "reimu_system_records" {
]
}
module "aya_system_records" {
source = "./system/records"
name = "keycloak"
zone_id = cloudflare_zone.gensokyo-zone_zone.id
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
local_v4 = "10.1.1.48"
local_v6 = "fd0a::be24:11ff:fec4:66a9"
}
module "aya_system_records" {
source = "./system/records"
name = "aya"