From f93b508fd9c41202baae2a0d97d7c59b9f99d42d Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 30 May 2025 13:11:13 -0500 Subject: [PATCH] wipy --- terraform/dns_mcintire.tf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/terraform/dns_mcintire.tf b/terraform/dns_mcintire.tf index 5235f6f..b53e565 100644 --- a/terraform/dns_mcintire.tf +++ b/terraform/dns_mcintire.tf @@ -69,3 +69,11 @@ resource "dnsimple_zone_record" "mcintire_cname_protonmail3_domainkey" { type = "CNAME" ttl = 259200 } + +resource "dnsimple_zone_record" "mcintire_cname_test" { + zone_name = "mcintire.me" + name = "*.test" + value = "cname.bookappt.link." + type = "CNAME" + ttl = 14400 +}