mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(tf): mediabox local record
This commit is contained in:
parent
4de65230b4
commit
be8e04ce37
1 changed files with 8 additions and 0 deletions
|
|
@ -21,6 +21,14 @@ module "tewi_system_records" {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module "mediabox_system_records" {
|
||||||
|
source = "./system/records"
|
||||||
|
name = "mediabox"
|
||||||
|
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||||
|
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
|
||||||
|
local_v6 = "fd0a::be24:11ff:fe34:f4a8"
|
||||||
|
}
|
||||||
|
|
||||||
module "tewi_legacy_system_records" {
|
module "tewi_legacy_system_records" {
|
||||||
source = "./system/records"
|
source = "./system/records"
|
||||||
name = "tewi"
|
name = "tewi"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue