mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
Monica
This commit is contained in:
parent
efa2f4a5e8
commit
0686cac613
4 changed files with 21 additions and 4 deletions
8
tf/gensokyo-monica.tf
Normal file
8
tf/gensokyo-monica.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
resource "cloudflare_record" "monica" {
|
||||
name = "monica"
|
||||
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