From 9591efd6803d3c1e16369f091b66f3ad80aa1572 Mon Sep 17 00:00:00 2001 From: Otho Date: Sat, 31 Dec 2022 00:28:14 -0500 Subject: [PATCH] Added filemanager and websites hosts to stash domain. --- domain.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/domain.tf b/domain.tf index aa7c8b1..da0c802 100644 --- a/domain.tf +++ b/domain.tf @@ -46,4 +46,14 @@ resource "namecheap_domain_records" "othostash" { hostname = "www" type = "CNAME" } + record { + address = "rprxy-0.saline.o4data.net" + hostname = "websites" + type = "CNAME" + } + record { + address = "rprxy-0.saline.o4data.net" + hostname = "filemanager" + type = "CNAME" + } }