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

This commit is contained in:
2025-08-04 21:26:17 +02:00
parent dde0f7b001
commit 129b485eca

View File

@@ -12,7 +12,7 @@ resource "cloudflare_dns_record" "mx-alt0" {
resource "cloudflare_dns_record" "mx-aspmx" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record L"
comment = "Domain verification record M"
content = "aspmx.tips-of-mine.org"
name = "@"
proxied = false
@@ -24,7 +24,7 @@ resource "cloudflare_dns_record" "mx-aspmx" {
resource "cloudflare_dns_record" "mx-alt1" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record J"
comment = "Domain verification record K"
content = "alt1.aspmx.tips-of-mine.org"
name = "@"
proxied = false
@@ -36,7 +36,7 @@ resource "cloudflare_dns_record" "mx-alt1" {
resource "cloudflare_dns_record" "mx-alt2" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record K"
comment = "Domain verification record L"
content = "a-root.tips-of-mine.org"
name = "@"
proxied = false