mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
Public terraform
This commit is contained in:
parent
1ab58786d8
commit
79bcde13a9
8 changed files with 108 additions and 0 deletions
8
tf/gensokyo-public.tf
Normal file
8
tf/gensokyo-public.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
resource "cloudflare_record" "public" {
|
||||
name = "public"
|
||||
proxied = true
|
||||
ttl = 1
|
||||
type = "CNAME"
|
||||
value = "yukari.gensokyo.zone"
|
||||
zone_id = local.zone_ids.gensokyo
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue