mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(docs): assign koishi address
This commit is contained in:
parent
e4ab8c27c8
commit
55dc7d2b06
4 changed files with 31 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue