Actualiser records_mx.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s

This commit is contained in:
2025-08-04 20:44:40 +02:00
parent f5cd18cc56
commit 22b37fcbf9

View File

@@ -34,27 +34,3 @@ resource "cloudflare_dns_record" "mx-alt1" {
priority = 30
}
resource "cloudflare_dns_record" "mx-alt2" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record O"
content = "alt2.aspmx.tips-of-mine.org"
name = "@"
proxied = false
tags = []
ttl = 300
type = "MX"
priority = 40
}
resource "cloudflare_dns_record" "mx-alt3" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record P"
content = "alt3.aspmx.tips-of-mine.org"
name = "@"
proxied = false
tags = []
ttl = 300
type = "MX"
priority = 50
}