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/managing-templates/index.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,12 @@ 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
+
52
58
## Updating templates
53
59
54
60
Coder tracks a template's versions, keeping all developer workspaces up-to-date.
0 commit comments