Actualiser records_a.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s
This commit is contained in:
22
records_a.tf
22
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"
|
||||
}
|
Reference in New Issue
Block a user