From ebde9974591c1fc0f8a5d7f216b0c0b4f89ffeb1 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 16:41:05 +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 920e133..3dc4b24 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 O" - content = "\"v=spf1 a mx -al\"" + content = "\"v=spf1 a mx -all\"" name = "@" proxied = false tags = []