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
|
zone_id = var.cloudflare_zone_id
|
||||||
comment = "Domain verification record B"
|
comment = "Domain verification record B"
|
||||||
content = var.ip_server_a
|
content = var.ip_server_a
|
||||||
name = "@"
|
name = "*"
|
||||||
proxied = false
|
proxied = false
|
||||||
tags = []
|
tags = []
|
||||||
ttl = 3600
|
ttl = 3600
|
||||||
@@ -24,7 +24,7 @@ resource "cloudflare_dns_record" "c-root" {
|
|||||||
zone_id = var.cloudflare_zone_id
|
zone_id = var.cloudflare_zone_id
|
||||||
comment = "Domain verification record C"
|
comment = "Domain verification record C"
|
||||||
content = var.ip_server_a
|
content = var.ip_server_a
|
||||||
name = "*"
|
name = "@"
|
||||||
proxied = false
|
proxied = false
|
||||||
tags = []
|
tags = []
|
||||||
ttl = 3600
|
ttl = 3600
|
||||||
|
Reference in New Issue
Block a user