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-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Use this data source to configure editable options for workspaces.
29
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
+
-`order` (Number) The order determines the position of a template parameter in the UI/CLI presentation. The lowest order is shown first and parameters with equal order are sorted by name (ascending order).
32
33
-`type` (String) The type of this parameter. Must be one of: "number", "string", "bool", or "list(string)".
33
34
-`validation` (Block List, Max: 1) Validate the input of a parameter. (see[below for nested schema](#nestedblock--validation))
34
35
@@ -67,5 +68,3 @@ Read-Only:
67
68
68
69
-`max_disabled` (Boolean) Helper field to check if max is present
69
70
-`min_disabled` (Boolean) Helper field to check if min is present
Copy file name to clipboardExpand all lines: docs/resources/app.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,5 +90,3 @@ Required:
90
90
-`interval` (Number) Duration in seconds to wait between healthcheck requests.
91
91
-`threshold` (Number) Number of consecutive heathcheck failures before returning an unhealthy status.
92
92
-`url` (String) HTTP address used determine the application readiness. A successful health check is a HTTP response code less than 500 returned before healthcheck.interval seconds.
Description:"The order determines the position of a template parameter in the UI/CLI presentation. The lowest order is shown first and parameters with equal order are sorted by name (ascending order).",