mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
add IRC subdomain
This commit is contained in:
parent
ba6ca38613
commit
fa19a286c5
2 changed files with 8 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
terraform {
|
||||
backend "remote" {
|
||||
hostname = "app.terraform.io"
|
||||
organization = "kittywitch"
|
||||
|
||||
workspaces {
|
||||
name = "infrastructure-tf"
|
||||
}
|
||||
}
|
||||
}
|
||||
8
tf/kw-irc.tf
Normal file
8
tf/kw-irc.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
resource "cloudflare_record" "irc" {
|
||||
name = "irc"
|
||||
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