mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(tf): u7 records
This commit is contained in:
parent
565e518427
commit
0ff920215b
2 changed files with 16 additions and 3 deletions
|
|
@ -135,6 +135,19 @@ module "kitchencam_system_records" {
|
|||
local_v6 = "fd0a::ba27:ebff:fea8:f4ff"
|
||||
}
|
||||
|
||||
variable "u7pro_ipv6_postfix" {
|
||||
type = string
|
||||
}
|
||||
|
||||
module "u7pro_system_records" {
|
||||
source = "./system/records"
|
||||
name = "u7-pro"
|
||||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
|
||||
local_v4 = "10.1.1.3"
|
||||
local_v6 = "fd0a::${var.u7pro_ipv6_postfix}"
|
||||
}
|
||||
|
||||
module "tewi_legacy_system_records" {
|
||||
source = "./system/records"
|
||||
name = "tewi"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue