Actualiser records_cname.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 15s

This commit is contained in:
2025-08-04 21:10:24 +02:00
parent b3ac2e32f4
commit 681e0f296a

View File

@@ -11,7 +11,7 @@
resource "cloudflare_dns_record" "cname-mail" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record F"
comment = "Domain verification record H"
content = cloudflare_dns_record.d-root.name
name = "mail"
proxied = false
@@ -22,7 +22,7 @@ resource "cloudflare_dns_record" "cname-mail" {
resource "cloudflare_dns_record" "cname-www" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record G"
comment = "Domain verification record I"
content = cloudflare_dns_record.a-root.name
name = "www"
proxied = false
@@ -33,7 +33,7 @@ resource "cloudflare_dns_record" "cname-www" {
resource "cloudflare_dns_record" "cname-alt2-aspmx" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record H"
comment = "Domain verification record G"
content = cloudflare_dns_record.d-root.name
name = "alt2.aspmx"
proxied = false