From 9b61a89c9ef00fc7e6ce5b43585ba8a139c717fa Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 21:34:57 +0200 Subject: [PATCH] Actualiser records_txt.tf --- records_txt.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records_txt.tf b/records_txt.tf index c8bbd2d..5b683bf 100644 --- a/records_txt.tf +++ b/records_txt.tf @@ -34,7 +34,7 @@ resource "cloudflare_dns_record" "txt-mandrill-domainkey" { resource "cloudflare_dns_record" "txt-yunohost" { zone_id = var.cloudflare_zone_id - comment = "Domain verification record U" + comment = "Domain verification record S" content = "\"v=spf1 a mx -all\"" name = "@" proxied = false