From 736dcdabbe9bd8efd523edb7aed833e10647ff44 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 21:17:00 +0200 Subject: [PATCH] Actualiser records_mx.tf --- records_mx.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/records_mx.tf b/records_mx.tf index 3c04cb6..87a0ed3 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 L" content = "aspmx.tips-of-mine.org" name = "@" proxied = false