From 4050c1c79526025c1cb6667c52878f91456da52b Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 20:58:00 +0200 Subject: [PATCH] Actualiser records_mx.tf --- records_mx.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) 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