Actualiser records_a.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 14s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 14s
This commit is contained in:
11
records_a.tf
11
records_a.tf
@@ -29,4 +29,15 @@ resource "cloudflare_dns_record" "c-root" {
|
|||||||
tags = []
|
tags = []
|
||||||
ttl = 3600
|
ttl = 3600
|
||||||
type = "A"
|
type = "A"
|
||||||
|
}
|
||||||
|
|
||||||
|
resource "cloudflare_dns_record" "d-root" {
|
||||||
|
zone_id = var.cloudflare_zone_id
|
||||||
|
comment = "Domain verification record D"
|
||||||
|
content = var.ip_server_a
|
||||||
|
name = "aspmx.tips-of-mine.org"
|
||||||
|
proxied = false
|
||||||
|
tags = []
|
||||||
|
ttl = 1
|
||||||
|
type = "A"
|
||||||
}
|
}
|
Reference in New Issue
Block a user