When I am creating a machine using the machine API with the following config:
{
"config": {
"init": {
"exec": [
"echo",
"$FLY_PRIVATE_IP"
]
}
}
}
The machine prints exactly “$FLY_PRIVATE_IP” without using the actrual value