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