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

This commit is contained in:
2025-08-04 20:44:13 +02:00
parent ae57231a8e
commit f5cd18cc56

View File

@@ -52,25 +52,3 @@ resource "cloudflare_dns_record" "e-root" {
ttl = 1
type = "A"
}
resource "cloudflare_dns_record" "f-root" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record F"
content = var.ip_server_a
name = "alt2.aspmx.tips-of-mine.org"
proxied = false
tags = []
ttl = 2
type = "A"
}
resource "cloudflare_dns_record" "g-root" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record G"
content = var.ip_server_a
name = "alt3.aspmx.tips-of-mine.org"
proxied = false
tags = []
ttl = 3
type = "A"
}