Actualiser records_a.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 15s

This commit is contained in:
2025-08-04 19:49:40 +02:00
parent 585f23ad69
commit e1bb2654cd

View File

@@ -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