mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(tf): appease attempt
This commit is contained in:
parent
c416a64fe6
commit
fb806d9050
2 changed files with 57 additions and 55 deletions
|
|
@ -46,14 +46,14 @@ 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
|
||||
source = "./system/records"
|
||||
name = "aya"
|
||||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
|
||||
tailscale_v4 = "100.109.213.94"
|
||||
tailscale_v6 = "fd7a:115c:a1e0::eaed:d55e"
|
||||
local_v4 = "10.1.1.47"
|
||||
local_v6 = "fd0a::be24:11ff:fec4:66a9"
|
||||
local_v4 = "10.1.1.47"
|
||||
local_v6 = "fd0a::be24:11ff:fec4:66a9"
|
||||
local_subdomains = [
|
||||
"nixbld",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue