feat(idp): records

This commit is contained in:
arcnmx 2024-01-30 20:50:18 -08:00
parent 38787f79d1
commit 6428d469bd
3 changed files with 18 additions and 4 deletions

View file

@ -69,6 +69,15 @@ module "mediabox_system_records" {
]
}
module "idp_system_records" {
source = "./system/records"
name = "idp"
zone_id = cloudflare_zone.gensokyo-zone_zone.id
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
local_v4 = "10.1.1.46"
local_v6 = "fd0a::be24:11ff:fe3d:3991"
}
module "kubernetes_system_records" {
source = "./system/records"
name = "kubernetes"