mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(tf): aya duplicate
This commit is contained in:
parent
0fe81d7431
commit
f5ab8f6672
1 changed files with 1 additions and 2 deletions
|
|
@ -53,13 +53,12 @@ module "reimu_system_records" {
|
|||
]
|
||||
}
|
||||
|
||||
module "aya_system_records" {
|
||||
module "keycloak_system_records" {
|
||||
source = "./system/records"
|
||||
name = "keycloak"
|
||||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
|
||||
local_v4 = "10.1.1.48"
|
||||
local_v6 = "fd0a::be24:11ff:fec4:66a9"
|
||||
}
|
||||
|
||||
module "aya_system_records" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue