Skip to content

Commit 7f4be07

Browse files
committed
fix: Use the true value as shown in DO dashboard
1 parent 2a99b67 commit 7f4be07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IaC/domain_esavara_other.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "digitalocean_record" "dmarc" {
22
domain = digitalocean_domain.esavara.name
33
type = "CNAME"
44
name = "_dmarc"
5-
value = "_dmarc.esavara_cr._d.easydmarc.pro"
5+
value = "_dmarc.esavara_cr._d.easydmarc.pro."
66
ttl = 43200
77
}
88

0 commit comments

Comments
 (0)