Actualiser records_a.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 15s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 15s
This commit is contained in:
@@ -13,7 +13,7 @@ resource "cloudflare_dns_record" "b-root" {
|
||||
zone_id = var.cloudflare_zone_id
|
||||
comment = "Domain verification record B"
|
||||
content = var.ip_server_a
|
||||
name = "@"
|
||||
name = "*"
|
||||
proxied = false
|
||||
tags = []
|
||||
ttl = 3600
|
||||
@@ -24,7 +24,7 @@ resource "cloudflare_dns_record" "c-root" {
|
||||
zone_id = var.cloudflare_zone_id
|
||||
comment = "Domain verification record C"
|
||||
content = var.ip_server_a
|
||||
name = "*"
|
||||
name = "@"
|
||||
proxied = false
|
||||
tags = []
|
||||
ttl = 3600
|
||||
|
Reference in New Issue
Block a user