Migrate decker services to linode

Mostly just uptime-kuma
This commit is contained in:
Jake Howard
2022-01-11 09:07:48 +00:00
parent 50398eac07
commit cf0e718bfb
3 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ resource "cloudflare_record" "theorangeonenet_dokku_wildcard" {
resource "cloudflare_record" "theorangeonenet_status" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "status"
value = vultr_instance.decker.main_ip
value = linode_instance.decker.ip_address
type = "A"
ttl = 1
}