From eddeb73c6792fc6a234c7d866ba92ede2a9be3ac Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 21:37:13 +0200 Subject: [PATCH] Actualiser records_txt.tf --- records_txt.tf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/records_txt.tf b/records_txt.tf index 5b683bf..00c010e 100644 --- a/records_txt.tf +++ b/records_txt.tf @@ -32,17 +32,6 @@ resource "cloudflare_dns_record" "txt-mandrill-domainkey" { type = "TXT" } -resource "cloudflare_dns_record" "txt-yunohost" { - zone_id = var.cloudflare_zone_id - comment = "Domain verification record S" - content = "\"v=spf1 a mx -all\"" - name = "@" - proxied = false - tags = [] - ttl = 3600 - type = "TXT" -} - resource "cloudflare_dns_record" "txt-mail-domainkey" { zone_id = var.cloudflare_zone_id comment = "Domain verification record Q"