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