Decommission walker

Kimsufi is just too annoying of a host. Everything has either been moved off, killed, or has further plans.
This commit is contained in:
Jake Howard
2021-01-28 18:56:39 +00:00
parent b339cb0e2d
commit 89a6c7680c
14 changed files with 2 additions and 177 deletions

View File

@ -21,15 +21,7 @@ resource "cloudflare_record" "orngone_who" {
resource "cloudflare_record" "orngone_img" {
zone_id = cloudflare_zone.orngone.id
name = "img"
value = var.walker_ip
type = "A"
ttl = 1
}
resource "cloudflare_record" "orngone_dl" {
zone_id = cloudflare_zone.orngone.id
name = "dl"
value = var.walker_ip
value = linode_instance.grimes.ip_address
type = "A"
ttl = 1
}