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
Copy file name to clipboardExpand all lines: docs/admin/templates/extending-templates/parameters.md
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -320,9 +320,6 @@ Workspace presets allow you to select settings tailored to your most common deve
320
320
Coder admins can configure workspace presets with combinations of parameter values and workspace settings within each template's Terraform file, and workspace users can customize their configurations as they need to.
321
321
322
322
Use `coder_workspace_preset` to define the preset parameters.
323
-
You can use prebuilt workspaces to ensure that workspaces can be deployed within one minute.
324
-
Use `prebuilds` to define how many instances of the template should be stored as a prebuilt workspace.
325
-
When a developer selects the associated template, the workspace will be assigned to that developer and the server will build a new prebuilt workspace.
326
323
327
324
<details><summary>Expand for an example</summary>
328
325
@@ -331,12 +328,9 @@ data "coder_workspace_preset" "goland-gpu" {
0 commit comments