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