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

This commit is contained in:
2025-08-04 19:37:06 +02:00
parent 7c580bbcf0
commit 6e46335de0

View File

@@ -1,6 +1,6 @@
resource "cloudflare_dns_record" "mx-alt0" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record J"
comment = "Domain verification record G"
content = "tips-of-mine.org"
name = "@"
proxied = false
@@ -19,7 +19,7 @@ resource "cloudflare_dns_record" "mx-aspmx" {
tags = []
ttl = 300
type = "MX"
priority = 10
priority = 20
}
resource "cloudflare_dns_record" "mx-alt1" {
@@ -31,7 +31,7 @@ resource "cloudflare_dns_record" "mx-alt1" {
tags = []
ttl = 300
type = "MX"
priority = 20
priority = 30
}
resource "cloudflare_dns_record" "mx-alt2" {
@@ -43,7 +43,7 @@ resource "cloudflare_dns_record" "mx-alt2" {
tags = []
ttl = 300
type = "MX"
priority = 30
priority = 40
}
@@ -56,7 +56,7 @@ resource "cloudflare_dns_record" "mx-alt3" {
tags = []
ttl = 300
type = "MX"
priority = 40
priority = 50
}
@@ -69,6 +69,6 @@ resource "cloudflare_dns_record" "mx-alt4" {
tags = []
ttl = 300
type = "MX"
priority = 40
priority = 60
}