From faa1c60eb7bff69ce3c6fc264767e3e43ba63fb3 Mon Sep 17 00:00:00 2001 From: Kaelyn <87516931+Lucais11@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:52:44 -0700 Subject: [PATCH] Update reference/runtime-environment.html.md Co-authored-by: catflydotio <95245363+catflydotio@users.noreply.github.com> --- reference/runtime-environment.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/runtime-environment.html.md b/reference/runtime-environment.html.md index 69eee6e5ba..ba06f02010 100644 --- a/reference/runtime-environment.html.md +++ b/reference/runtime-environment.html.md @@ -36,7 +36,7 @@ Not to be confused with the [HTTP header](/docs/reference/runtime-environment/#f **Machine ID**: The unique ID that flyctl commands and the Machines API use to identify a Machine. You'll also see it in the [logs](/docs/flyctl/logs/). ### `FLY_MACHINE_VERSION` -**Machine Configuration Version**: Every Machine configuration has an associated version. Whenever you update a Machine's configuration (including when you update its Docker image), it gets a new `FLY_MACHINE_VERSION`. The exception to this is that changing only the Machine's metadata doesn't trigger a new version. +**Machine Configuration Version**: Any update to a Machine's configuration, including its Docker image, generates a new `FLY_MACHINE_VERSION`. Updating metadata alone does not trigger a new version. `FLY_MACHINE_VERSION` has the same value as `Instance ID` in the output of `fly machine status`. ### `FLY_PRIVATE_IP` **Private IPv6 Address**: The IPv6 address of the Machine on its [6PN private network](/docs/reference/private-networking/).