Skip to content

Commit 3e4318a

Browse files
committed
rename variables to parameters
1 parent 9c18282 commit 3e4318a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/templates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Coder supports ephemeral and persistent resources in workspaces. Ephemeral resou
3434

3535
When a workspace is deleted, all resources are destroyed.
3636

37-
## Variables
37+
## Parameters
3838

39-
Templates often contain *variables*. In Coder, there are two types of variables.
39+
Templates often contain *parameters*. In Coder, there are two types of parameters.
4040

41-
**Admin variables** are set when a template is being created/updated. These are often cloud secrets, such as a ServiceAccount token. These are annotated with `sensitive = true` in the template code.
41+
**Admin parameters** are set when a template is being created/updated. These are often cloud secrets, such as a ServiceAccount token. These are annotated with `sensitive = true` in the template code.
4242

43-
**User variables** are set when a user creates a workspace. They are unique to each workspace, often personalization settings such as preferred region or workspace image.
43+
**User parameters** are set when a user creates a workspace. They are unique to each workspace, often personalization settings such as preferred region or workspace image.
4444

4545
---
4646

0 commit comments

Comments
 (0)