mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(sakuya): nf-generate
This commit is contained in:
parent
ac760421fa
commit
128f8c1d9c
4 changed files with 38 additions and 6 deletions
|
|
@ -118,6 +118,13 @@ module "kasen_system_records" {
|
|||
]
|
||||
}
|
||||
|
||||
module "sakuya_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.kasen.network
|
||||
}
|
||||
|
||||
module "logistics_system_records" {
|
||||
source = "./system/records"
|
||||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue