mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
8 lines
No EOL
184 B
HCL
8 lines
No EOL
184 B
HCL
resource "cloudflare_record" "public" {
|
|
name = "public"
|
|
proxied = true
|
|
ttl = 1
|
|
type = "CNAME"
|
|
value = "yukari.gensokyo.zone"
|
|
zone_id = local.zone_ids.gensokyo
|
|
} |