Skip to content
Next Next commit
init workspace presets
  • Loading branch information
EdwardAngert committed Feb 18, 2025
commit f5be2a799fca9c5ec4375f11ca7e89a8cf506d45
6 changes: 6 additions & 0 deletions docs/admin/templates/managing-templates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ files, then `coder templates push`.
> Even if you are a Terraform expert, we suggest reading our
> [guided tour of a template](../../../tutorials/template-from-scratch.md).

### Workspace presets

Workspace presets allow you to select settings tailored to your most common development scenarios.

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.

## Updating templates

Coder tracks a template's versions, keeping all developer workspaces up-to-date.
Expand Down
Loading