Skip to content

Commit b24deaf

Browse files
committed
move presets to parameters
1 parent f5be2a7 commit b24deaf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/admin/templates/extending-templates/parameters.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,12 @@ data "coder_parameter" "project_id" {
313313
}
314314
```
315315
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+
316322
## Create Autofill
317323
318324
When the template doesn't specify default values, Coder may still autofill

docs/admin/templates/managing-templates/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ files, then `coder templates push`.
4949
> Even if you are a Terraform expert, we suggest reading our
5050
> [guided tour of a template](../../../tutorials/template-from-scratch.md).
5151
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-
5852
## Updating templates
5953

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

0 commit comments

Comments
 (0)