From bb0240419f16dbbf1c3a1ca39f591f637946fe39 Mon Sep 17 00:00:00 2001 From: Levi Zitting Date: Sun, 9 Aug 2026 16:05:57 -0500 Subject: [PATCH] feat: add MethodConf CMS staging DNS --- src/tf/modules/methodconf.com/main.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/tf/modules/methodconf.com/main.tf b/src/tf/modules/methodconf.com/main.tf index 6b3e61e..270b404 100644 --- a/src/tf/modules/methodconf.com/main.tf +++ b/src/tf/modules/methodconf.com/main.tf @@ -26,6 +26,13 @@ locals { proxied = true ttl = 1 } + cms_staging = { + name = "cms-staging" + type = "CNAME" + content = "middleout.levizitting.com" + proxied = true + ttl = 1 + } links = { name = "links" type = "CNAME"