mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(aya): build box
This commit is contained in:
parent
8c32beacdf
commit
f56d511812
15 changed files with 299 additions and 4 deletions
|
|
@ -45,6 +45,17 @@ module "reimu_system_records" {
|
|||
]
|
||||
}
|
||||
|
||||
module "aya_system_records" {
|
||||
source = "./system/records"
|
||||
name = "aya"
|
||||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
|
||||
local_v6 = "fd0a::be24:11ff:fec4:66a9"
|
||||
local_subdomains = [
|
||||
"nixbld",
|
||||
]
|
||||
}
|
||||
|
||||
module "tewi_system_records" {
|
||||
source = "./system/records"
|
||||
name = "tei"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue