From eea55033e9ec29b1d4d39b94fd09a65705234fd7 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 19:34:46 +0200 Subject: [PATCH] Actualiser records_cname.tf --- records_cname.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/records_cname.tf b/records_cname.tf index 39d3bcc..43633aa 100644 --- a/records_cname.tf +++ b/records_cname.tf @@ -1,6 +1,6 @@ resource "cloudflare_dns_record" "cname-www" { zone_id = var.cloudflare_zone_id - comment = "Domain verification record C" + comment = "Domain verification record E" content = cloudflare_dns_record.a-root.name name = "site" proxied = false @@ -11,7 +11,7 @@ resource "cloudflare_dns_record" "cname-www" { resource "cloudflare_dns_record" "cname-mail" { zone_id = var.cloudflare_zone_id - comment = "Domain verification record D" + comment = "Domain verification record F" content = cloudflare_dns_record.b-root.name name = "mail" proxied = false