From 0c31cffa43dfed1ff1df7d70beb2c71d6a817979 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 16:36:20 +0200 Subject: [PATCH] Actualiser records_txt.tf --- records_txt.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/records_txt.tf b/records_txt.tf index ff0bce8..920e133 100644 --- a/records_txt.tf +++ b/records_txt.tf @@ -29,4 +29,15 @@ resource "cloudflare_dns_record" "txt-mandrill-domainkey" { tags = [] ttl = 300 type = "TXT" +} + +resource "cloudflare_dns_record" "txt-yunohost" { + zone_id = var.cloudflare_zone_id + comment = "Domain verification record O" + content = "\"v=spf1 a mx -al\"" + name = "@" + proxied = false + tags = [] + ttl = 3600 + type = "TXT" } \ No newline at end of file