diff --git a/records_mx.tf b/records_mx.tf index ae20a37..24cff05 100644 --- a/records_mx.tf +++ b/records_mx.tf @@ -34,3 +34,14 @@ resource "cloudflare_dns_record" "mx-alt1" { priority = 30 } +resource "cloudflare_dns_record" "mx-alt2" { + zone_id = var.cloudflare_zone_id + comment = "Domain verification record O" + content = "a-root.tips-of-mine.org" + name = "@" + proxied = false + tags = [] + ttl = 300 + type = "MX" + priority = 40 +} \ No newline at end of file