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"