feat(dns): 用模板生成各后端配置
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user