From 349ea4958b4b1f7b4009decf026822cedb4ec283 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 18 Aug 2026 19:05:14 -0400 Subject: [PATCH] feat: route Ombi to Johto --- terraform/cute_haus.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/cute_haus.tf b/terraform/cute_haus.tf index ea75f5ec..4af2994b 100644 --- a/terraform/cute_haus.tf +++ b/terraform/cute_haus.tf @@ -97,7 +97,7 @@ resource "cloudflare_dns_record" "cute_haus_ombi" { zone_id = local.zones.cute_haus name = "ombi.cute.haus" type = "A" - content = local.hosts.sunnyshore + content = local.hosts.olivine proxied = true ttl = 1 tags = [] -- 2.51.2