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
Prev Previous commit
Next Next commit
move presets to parameters
  • Loading branch information
EdwardAngert committed Feb 24, 2025
commit b24deaffe609e35bb17314666c291226c2e162ac
6 changes: 6 additions & 0 deletions docs/admin/templates/extending-templates/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ data "coder_parameter" "project_id" {
}
```

## 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.

## Create Autofill

When the template doesn't specify default values, Coder may still autofill
Expand Down
6 changes: 0 additions & 6 deletions docs/admin/templates/managing-templates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ 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