File tree 1 file changed +2
-2
lines changed
docs/admin/templates/extending-templates
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Prebuilt workspaces follow a specific lifecycle from creation through eligibilit
75
75
76
76
Prebuilt workspaces that fail during provisioning are retried with a backoff to prevent transient failures.
77
77
78
- 1 . When a developer requests a new workspace, the claiming process occurs:
78
+ 1 . When a developer creates a new workspace, the claiming process occurs:
79
79
80
80
1 . Developer selects a template and preset that has prebuilt workspaces configured.
81
81
1 . If an eligible prebuilt workspace exists, ownership transfers from the ` prebuilds ` user to the requesting user.
@@ -84,7 +84,7 @@ Prebuilt workspaces follow a specific lifecycle from creation through eligibilit
84
84
[ ` coder_workspace_owner ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/workspace_owner )
85
85
datasources (see [ Preventing resource replacement] ( #preventing-resource-replacement ) for further considerations).
86
86
87
- The developer doesn't see the claiming process — the workspace will just be ready faster than usual.
87
+ The claiming process is transparent to the developer — the workspace will just be ready faster than usual.
88
88
89
89
You can view available prebuilt workspaces in the ** Workspaces** view in the Coder dashboard:
90
90
You can’t perform that action at this time.
0 commit comments