Environment variables are not being evaluated

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

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.