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/data-sources/parameter.md
+1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Use this data source to configure editable options for workspaces.
24
24
-`default` (String) A default value for the parameter.
25
25
-`description` (String) Describe what this parameter does.
26
26
-`icon` (String) A URL to an icon that will display in the dashboard. View built-in icons here: https://github.com/coder/coder/tree/main/site/static/icon. Use a built-in icon with `data.coder_workspace.me.access_url + "/icon/<path>"`.
27
+
-`legacy_variable` (String) The name of the Terraform variable used by legacy parameters. Coder will use it to lookup the parameter value.
27
28
-`mutable` (Boolean) Whether this value can be changed after workspace creation. This can be destructive for values like region, so use with caution!
28
29
-`option` (Block List, Max: 64) Each "option" block defines a value for a user to select from. (see [below for nested schema](#nestedblock--option))
29
30
-`type` (String) The type of this parameter. Must be one of: "number", "string", or "bool".
0 commit comments