Skip to content

docs: document workspace presets feature #16612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 5, 2025
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