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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -313,6 +313,12 @@ data "coder_parameter" "project_id" {
313
313
}
314
314
```
315
315
316
+
## Workspace presets
317
+
318
+
Workspace presets allow you to select settings tailored to your most common development scenarios.
319
+
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
+
316
322
## Create Autofill
317
323
318
324
When the template doesn't specify default values, Coder may still autofill
Copy file name to clipboardExpand all lines: docs/admin/templates/managing-templates/index.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,6 @@ files, then `coder templates push`.
49
49
> Even if you are a Terraform expert, we suggest reading our
50
50
> [guided tour of a template](../../../tutorials/template-from-scratch.md).
51
51
52
-
### Workspace presets
53
-
54
-
Workspace presets allow you to select settings tailored to your most common development scenarios.
55
-
56
-
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.
57
-
58
52
## Updating templates
59
53
60
54
Coder tracks a template's versions, keeping all developer workspaces up-to-date.
0 commit comments