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"