Remove statping

It's buggy as all hell, super slow, and doesn't really get used for monitoring
This commit is contained in:
Jake Howard
2020-09-27 14:17:46 +01:00
parent 5079599b9d
commit 07b0650618
5 changed files with 0 additions and 53 deletions

View File

@ -10,14 +10,6 @@ resource "cloudflare_record" "theorangeonenet_git" {
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_stats" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "stats"
value = var.walker_ip
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_whoami" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "whoami"