mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Remove yukari hostname
This commit is contained in:
parent
773ed28032
commit
67f6cccf47
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
resource "cloudflare_record" "yukari_v4" {
|
|
||||||
name = "yukari"
|
|
||||||
proxied = false
|
|
||||||
ttl = 3600
|
|
||||||
type = "A"
|
|
||||||
value = hcloud_server.yukari.ipv4_address
|
|
||||||
zone_id = local.zone_ids.gensokyo
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "cloudflare_record" "yukari_v6" {
|
|
||||||
name = "yukari"
|
|
||||||
proxied = false
|
|
||||||
ttl = 3600
|
|
||||||
type = "AAAA"
|
|
||||||
value = hcloud_server.yukari.ipv6_address
|
|
||||||
zone_id = local.zone_ids.gensokyo
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue