You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
-`access_port` (Number) The access port of the Coder deployment provisioning this workspace.
70
-
-`access_url` (String) The access URL of the Coder deployment provisioning this workspace.
70
+
-`access_url` (String) The access URL of the Coder deployment provisioning this workspace. This is the base URL without a trailing slash (e.g., "https://coder.example.com" or "https://coder.example.com:8080").
71
71
-`id` (String) UUID of the workspace.
72
72
-`is_prebuild` (Boolean) Similar to`prebuild_count`, but a boolean value instead of a count. This is set to true if the workspace is a currently unassigned prebuild. Once the workspace is assigned, this value will be false.
73
73
-`is_prebuild_claim` (Boolean) Indicates whether a prebuilt workspace has just been claimed and this is the first`apply` after that occurrence.
Description:"The access URL of the Coder deployment provisioning this workspace.",
101
+
Description:`The access URL of the Coder deployment provisioning this workspace. This is the base URL without a trailing slash (e.g., "https://coder.example.com" or "https://coder.example.com:8080").`,