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

This commit is contained in:
2025-08-04 19:36:09 +02:00
parent eea55033e9
commit 7c580bbcf0

View File

@@ -1,3 +1,15 @@
resource "cloudflare_dns_record" "mx-alt0" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record J"
content = "tips-of-mine.org"
name = "@"
proxied = false
tags = []
ttl = 300
type = "MX"
priority = 10
}
resource "cloudflare_dns_record" "mx-aspmx" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record H"
@@ -50,7 +62,7 @@ resource "cloudflare_dns_record" "mx-alt3" {
resource "cloudflare_dns_record" "mx-alt4" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record L"
comment = "Domain verification record J"
content = "alt4.aspmx.l.tips-of-mine.org"
name = "@"
proxied = false