@@ -30,7 +30,7 @@ Prebuilt workspaces are tightly integrated with [workspace presets](./parameters
30
30
31
31
## Enable prebuilt workspaces for template presets
32
32
33
- In your template, add a ` prebuilds ` block within a ` coder_workspace_preset ` definition to identify how many prebuilt
33
+ In your template, add a ` prebuilds ` block within a ` coder_workspace_preset ` definition to identify the number of prebuilt
34
34
instances your Coder deployment should maintain:
35
35
36
36
``` hcl
@@ -71,7 +71,7 @@ Prebuilt workspaces follow a specific lifecycle from creation through eligibilit
71
71
1 . The agent starts its bootstrap procedures and completes its startup scripts.
72
72
1 . The agent reports ` ready ` status.
73
73
74
- Only once the agent reports ` ready ` is the prebuilt workspace considered eligible.
74
+ After the agent reports ` ready ` , the prebuilt workspace considered eligible to be claimed .
75
75
76
76
Prebuilt workspaces that fail during provisioning are retried with a backoff to prevent transient failures.
77
77
@@ -84,12 +84,11 @@ 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 process is transparent to the developer - they simply see a workspace ready faster than normal .
87
+ The process is invisible to the developer - their workspace is ready faster than usual .
88
88
89
89
You can view available prebuilt workspaces in the ** Workspaces** view in the Coder dashboard:
90
90
91
91
![ A prebuilt workspace in the dashboard] ( ../../../images/admin/templates/extend-templates/prebuilt/prebuilt-workspaces.png )
92
-
93
92
_ Note the search term ` owner:prebuilds ` ._
94
93
95
94
### Template updates and the prebuilt workspace lifecycle
0 commit comments