mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(keycloak): get closer to working
This commit is contained in:
parent
7ff72a29ab
commit
08fa02ac20
8 changed files with 296 additions and 158 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue