mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(chen): WoL
This commit is contained in:
parent
6cfaf82535
commit
81ae90dd12
12 changed files with 77 additions and 4 deletions
|
|
@ -159,3 +159,10 @@ module "tewi_legacy_system_records" {
|
|||
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
|
||||
net_data = local.systems.tewi.network
|
||||
}
|
||||
|
||||
module "chen_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.chen.network
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue