From 05a4dbf16fa3a67ac3a6541184eab80fe346f6af Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sat, 8 Feb 2025 23:04:04 -0500 Subject: setup auth.getchoo.com --- terraform/dns.tf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'terraform/dns.tf') diff --git a/terraform/dns.tf b/terraform/dns.tf index 31bd9d6..462ce37 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -44,6 +44,11 @@ locals { type = "CNAME" content = resource.cloudflare_pages_project.teawie_api.subdomain }, + { + name = "auth" + type = "A" + content = resource.oci_core_instance.atlas.public_ip + }, { name = "miniflux" type = "A" -- cgit v1.2.3