From 0b85f69c5f92145c12d3dbcb8d73a3f89b8dffb7 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 21:11:28 +0200 Subject: [PATCH] Actualiser records_mx.tf --- records_mx.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/records_mx.tf b/records_mx.tf index 24cff05..04572ea 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 L" + comment = "Domain verification record J" content = "tips-of-mine.org" name = "@" proxied = false @@ -12,7 +12,7 @@ resource "cloudflare_dns_record" "mx-alt0" { resource "cloudflare_dns_record" "mx-aspmx" { zone_id = var.cloudflare_zone_id - comment = "Domain verification record M" + comment = "Domain verification record K" content = "aspmx.tips-of-mine.org" name = "@" proxied = false @@ -24,7 +24,7 @@ resource "cloudflare_dns_record" "mx-aspmx" { resource "cloudflare_dns_record" "mx-alt1" { zone_id = var.cloudflare_zone_id - comment = "Domain verification record N" + comment = "Domain verification record M" content = "alt1.aspmx.tips-of-mine.org" name = "@" proxied = false @@ -36,7 +36,7 @@ resource "cloudflare_dns_record" "mx-alt1" { resource "cloudflare_dns_record" "mx-alt2" { zone_id = var.cloudflare_zone_id - comment = "Domain verification record O" + comment = "Domain verification record L" content = "a-root.tips-of-mine.org" name = "@" proxied = false