This commit is contained in:
Graham McIntire 2025-05-30 13:11:13 -05:00
parent 49fe16ebb8
commit f93b508fd9
No known key found for this signature in database

View file

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