You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/templates.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@ Coder supports ephemeral and persistent resources in workspaces. Ephemeral resou
34
34
35
35
When a workspace is deleted, all resources are destroyed.
36
36
37
-
## Variables
37
+
## Parameters
38
38
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.
40
40
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.
42
42
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.
0 commit comments