From f36439725b002c0125d12db48db8e3d68cfdd538 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 19:33:48 +0200 Subject: [PATCH] Actualiser records_a.tf --- records_a.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records_a.tf b/records_a.tf index 463b666..23fc541 100644 --- a/records_a.tf +++ b/records_a.tf @@ -22,7 +22,7 @@ resource "cloudflare_dns_record" "b-root" { resource "cloudflare_dns_record" "c-root" { zone_id = var.cloudflare_zone_id - comment = "Domain verification record O" + comment = "Domain verification record C" content = var.ip_server_a name = "*" proxied = false