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

This commit is contained in:
2025-08-04 20:54:21 +02:00
parent dac71348fc
commit c8027443d3

View File

@@ -12,7 +12,7 @@
resource "cloudflare_dns_record" "cname-mail" { resource "cloudflare_dns_record" "cname-mail" {
zone_id = var.cloudflare_zone_id zone_id = var.cloudflare_zone_id
comment = "Domain verification record F" comment = "Domain verification record F"
content = cloudflare_dns_record.b-root.name content = cloudflare_dns_record.d-root.name
name = "mail" name = "mail"
proxied = false proxied = false
tags = [] tags = []