mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(kasen): networking config
This commit is contained in:
parent
06471a7b34
commit
6cfaf82535
6 changed files with 55 additions and 7 deletions
|
|
@ -95,6 +95,16 @@ module "mediabox_system_records" {
|
|||
]
|
||||
}
|
||||
|
||||
module "kasen_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
|
||||
local_subdomains = [
|
||||
"rtlsdr",
|
||||
]
|
||||
}
|
||||
|
||||
module "litterbox_system_records" {
|
||||
source = "./system/records"
|
||||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue