Migrate decker services to linode
Mostly just uptime-kuma
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user