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 +}