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

This commit is contained in:
2025-08-04 21:39:04 +02:00
parent eddeb73c67
commit 3fcc1f2dd1

View File

@@ -1,6 +1,6 @@
resource "cloudflare_dns_record" "mx-alt0" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record M"
comment = "Domain verification record K"
content = "tips-of-mine.org"
name = "@"
proxied = false
@@ -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 K"
comment = "Domain verification record L"
content = "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 L"
comment = "Domain verification record M"
content = "a-root.tips-of-mine.org"
name = "@"
proxied = false