We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a99b67 commit 7f4be07Copy full SHA for 7f4be07
1 file changed
IaC/domain_esavara_other.tf
@@ -2,7 +2,7 @@ resource "digitalocean_record" "dmarc" {
2
domain = digitalocean_domain.esavara.name
3
type = "CNAME"
4
name = "_dmarc"
5
- value = "_dmarc.esavara_cr._d.easydmarc.pro"
+ value = "_dmarc.esavara_cr._d.easydmarc.pro."
6
ttl = 43200
7
}
8
0 commit comments