File tree 1 file changed +18
-0
lines changed
docs/admin/templates/extending-templates
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -370,6 +370,24 @@ data "coder_parameter" "jetbrains_ide" {
370
370
371
371
</details>
372
372
373
+ ## Prebuilt workspaces
374
+
375
+ Prebuilt workspaces expand on presets and allow you to provision a ready-to-deploy workspace with a defined set of parameters.
376
+
377
+ You can use prebuilt workspaces to ensure that workspaces can be deployed within one minute.
378
+ Use the `prebuilds` parameter to define how many instances of the template should be stored as a prebuilt workspace.
379
+
380
+ When a developer selects the associated template, the workspace will be assigned to that developer and the server will build a new prebuilt workspace.
381
+
382
+ For example:
383
+
384
+ ```hcl
385
+ ...(more example here)
386
+ prebuilds {
387
+ instances = 1
388
+ }
389
+ ```
390
+
373
391
## Create Autofill
374
392
375
393
When the template doesn' t specify default values, Coder may still autofill
You can’t perform that action at this time.
0 commit comments