From 6e46335de0183adf599eaf2108c60c64e0507dac Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 19:37:06 +0200 Subject: [PATCH] Actualiser records_mx.tf --- records_mx.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/records_mx.tf b/records_mx.tf index d875d42..d6eef68 100644 --- a/records_mx.tf +++ b/records_mx.tf @@ -1,6 +1,6 @@ resource "cloudflare_dns_record" "mx-alt0" { zone_id = var.cloudflare_zone_id - comment = "Domain verification record J" + comment = "Domain verification record G" content = "tips-of-mine.org" name = "@" proxied = false @@ -19,7 +19,7 @@ resource "cloudflare_dns_record" "mx-aspmx" { tags = [] ttl = 300 type = "MX" - priority = 10 + priority = 20 } resource "cloudflare_dns_record" "mx-alt1" { @@ -31,7 +31,7 @@ resource "cloudflare_dns_record" "mx-alt1" { tags = [] ttl = 300 type = "MX" - priority = 20 + priority = 30 } resource "cloudflare_dns_record" "mx-alt2" { @@ -43,7 +43,7 @@ resource "cloudflare_dns_record" "mx-alt2" { tags = [] ttl = 300 type = "MX" - priority = 30 + priority = 40 } @@ -56,7 +56,7 @@ resource "cloudflare_dns_record" "mx-alt3" { tags = [] ttl = 300 type = "MX" - priority = 40 + priority = 50 } @@ -69,6 +69,6 @@ resource "cloudflare_dns_record" "mx-alt4" { tags = [] ttl = 300 type = "MX" - priority = 40 + priority = 60 }