Actualiser records_txt.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 16s

This commit is contained in:
2025-08-04 21:37:13 +02:00
parent 9b61a89c9e
commit eddeb73c67

View File

@@ -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"