10 lines
286 B
Terraform
10 lines
286 B
Terraform
# Generated by infrastructure/dns/generate.py. Do not edit directly.
|
|
resource "cloudflare_dns_record" "auth" {
|
|
zone_id = var.zone_id
|
|
name = "auth.ddupan.top"
|
|
type = "CNAME"
|
|
content = "ff392451-b0b1-45bb-964e-6d9372c3a9e3.cfargotunnel.com"
|
|
proxied = true
|
|
ttl = 1
|
|
}
|