diff --git a/records_a.tf b/records_a.tf index dd62651..27831bf 100644 --- a/records_a.tf +++ b/records_a.tf @@ -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" -} \ No newline at end of file