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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,13 @@ Use this data source to configure editable options for workspaces.
17
17
18
18
### Required
19
19
20
-
-`name` (String) The name of the parameter as it will appear in the interface. If this is changed, developers will be re-prompted for a new value.
20
+
-`name` (String) The name of the parameter. If this is changed, developers will be re-prompted for a new value.
21
21
22
22
### Optional
23
23
24
24
-`default` (String) A default value for the parameter.
25
25
-`description` (String) Describe what this parameter does.
26
+
-`display_name` (String) The displayed name of the parameter as it will appear in the interface.
26
27
-`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
28
-`legacy_variable` (String) Reference to the Terraform variable. Coder will use it to lookup the default value.
28
29
-`legacy_variable_name` (String) Name of the legacy Terraform variable. Coder will use it to lookup the variable value.
0 commit comments