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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ Use this data source to configure editable options for workspaces.
25
25
-`description` (String) Describe what this parameter does.
26
26
-`display_name` (String) The displayed name of the parameter as it will appear in the interface.
27
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>"`.
28
-
-`legacy_variable` (String) Reference to the Terraform variable. Coder will use it to lookup the default value.
29
-
-`legacy_variable_name` (String) Name of the legacy Terraform variable. Coder will use it to lookup the variable value.
28
+
-`legacy_variable` (String, Deprecated) Reference to the Terraform variable. Coder will use it to lookup the default value.
29
+
-`legacy_variable_name` (String, Deprecated) Name of the legacy Terraform variable. Coder will use it to lookup the variable value.
30
30
-`mutable` (Boolean) Whether this value can be changed after workspace creation. This can be destructive for values like region, so use with caution!
31
31
-`option` (Block List, Max: 64) Each "option" block defines a value for a user to select from. (see[below for nested schema](#nestedblock--option))
32
32
-`type` (String) The type of this parameter. Must be one of: "number", "string", "bool", or "list(string)".
Description:"Name of the legacy Terraform variable. Coder will use it to lookup the variable value.",
339
+
Deprecated:"Effective from Coder v0.24.0, the parameter migration feature is no longer available. This attribute will be removed in the nearest future.",
339
340
},
340
341
"legacy_variable": {
341
342
Type:schema.TypeString,
342
343
Optional:true,
343
344
RequiredWith: []string{"legacy_variable_name"},
344
345
Description:"Reference to the Terraform variable. Coder will use it to lookup the default value.",
346
+
Deprecated:"Effective from Coder v0.24.0, the parameter migration feature is no longer available. This attribute will be removed in the nearest future.",