mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Monitoring
This commit is contained in:
parent
d32283137a
commit
ab8885a907
5 changed files with 52 additions and 0 deletions
8
tf/kw-mon.tf
Normal file
8
tf/kw-mon.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
resource "cloudflare_record" "mon" {
|
||||
name = "mon"
|
||||
proxied = false
|
||||
ttl = 3600
|
||||
type = "CNAME"
|
||||
value = "yukari.gensokyo.zone"
|
||||
zone_id = local.zone_ids.kittywitch
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue