mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(nkvm): reisen
This commit is contained in:
parent
1fd6cbd510
commit
35772eef32
4 changed files with 48 additions and 0 deletions
|
|
@ -192,6 +192,13 @@ module "u7pro_system_records" {
|
|||
local_v6 = "fd0a::${var.u7pro_ipv6_postfix}"
|
||||
}
|
||||
|
||||
module "kvm_reisen_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.kvm-reisen.network
|
||||
}
|
||||
|
||||
module "tewi_legacy_system_records" {
|
||||
source = "./system/records"
|
||||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue