We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a012f commit 301cdd0Copy full SHA for 301cdd0
infra/terraform/my-stamps.tf
@@ -69,7 +69,7 @@ resource "digitalocean_record" "mx2" {
69
priority = 10
70
}
71
resource "digitalocean_record" "email" {
72
- domain = digitalocean_domain.site.name
+ domain = digitalocean_domain.site.name
73
type = "CNAME"
74
name = "email"
75
value = "mailgun.org."
0 commit comments