Move statping to new machine
Also update it to the latest version. It's probably still buggy AF, but it'll do for what I need it to rigth now.
This commit is contained in:
@ -13,7 +13,7 @@ resource "cloudflare_record" "theorangeonenet_git" {
|
||||
resource "cloudflare_record" "theorangeonenet_stats" {
|
||||
zone_id = cloudflare_zone.theorangeonenet.id
|
||||
name = "stats"
|
||||
value = vultr_server.grimes.main_ip
|
||||
value = var.walker_ip
|
||||
type = "A"
|
||||
ttl = 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user