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:
11
records_a.tf
11
records_a.tf
@@ -19,3 +19,14 @@ resource "cloudflare_dns_record" "b-root" {
|
|||||||
ttl = 3600
|
ttl = 3600
|
||||||
type = "A"
|
type = "A"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resource "cloudflare_dns_record" "c-root" {
|
||||||
|
zone_id = var.cloudflare_zone_id
|
||||||
|
comment = "Domain verification record O"
|
||||||
|
content = var.ip_server_a
|
||||||
|
name = "*"
|
||||||
|
proxied = false
|
||||||
|
tags = []
|
||||||
|
ttl = 3600
|
||||||
|
type = "A"
|
||||||
|
}
|
Reference in New Issue
Block a user