We’re using uNmINd to render a minecraft world into an image to use as a coordinate selector. So we do not have to think about looking and typing the coordinates.

Used this in the Terraform to get the global IP address to whitelisting this network.
/# Used for optional IP-restricted ingress (single IP /32)
data “http” “my_ip” {
url = “http://ipv4.icanhazip.com”
}
And we’re also connecting to LinkMobility to send SMS to the applicant.
