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

This commit is contained in:
2025-08-04 20:42:20 +02:00
parent 1ef69b47f3
commit ae57231a8e

View File

@@ -31,11 +31,11 @@ resource "cloudflare_dns_record" "cname-www" {
type = "CNAME"
}
resource "cloudflare_dns_record" "cname-alt1-aspmx-l" {
resource "cloudflare_dns_record" "cname-alt1-aspmx" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record H"
content = cloudflare_dns_record.b-root.name
name = "alt1"
name = "alt1.aspmx"
proxied = false
tags = []
ttl = 3600