feat(docs): assign koishi address

This commit is contained in:
arcnmx 2024-05-21 10:28:00 -07:00
parent e4ab8c27c8
commit 55dc7d2b06
4 changed files with 31 additions and 0 deletions

View file

@ -177,3 +177,10 @@ module "chen_system_records" {
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
net_data = local.systems.chen.network
}
module "koishi_system_records" {
source = "./system/records"
zone_id = cloudflare_zone.gensokyo-zone_zone.id
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
net_data = local.systems.koishi.network
}