feat: a bunch of services...!

This commit is contained in:
Kat Inskip 2024-05-26 15:51:05 -07:00
parent 79ebb1a48e
commit 7f6562ea70
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
13 changed files with 214 additions and 76 deletions

8
tf/kw-monica.tf Normal file
View file

@ -0,0 +1,8 @@
resource "cloudflare_record" "monica" {
name = "monica"
proxied = false
ttl = 3600
type = "CNAME"
value = "yukari.gensokyo.zone"
zone_id = local.zone_ids.kittywitch
}