mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(ci): litterbox
This commit is contained in:
parent
d66ab782d4
commit
49c31c1508
6 changed files with 64 additions and 4 deletions
|
|
@ -93,6 +93,14 @@ module "mediabox_system_records" {
|
|||
]
|
||||
}
|
||||
|
||||
module "litterbox_system_records" {
|
||||
source = "./system/records"
|
||||
name = "litterbox"
|
||||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
|
||||
local_v6 = "fd0a::be24:11ff:fec4:66ab"
|
||||
}
|
||||
|
||||
module "idp_system_records" {
|
||||
source = "./system/records"
|
||||
name = "idp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue