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/resources/agent.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ resource "coder_agent" "dev" {
43
43
timeout = 1
44
44
order = 1
45
45
}
46
+
47
+
order = 1
46
48
}
47
49
48
50
resource "kubernetes_pod" "dev" {
@@ -114,5 +116,5 @@ Required:
114
116
Optional:
115
117
116
118
-`display_name` (String) The user-facing name of this value.
117
-
-`order` (Number) The order determines the position of agent metadata in the UI/CLI presentation. The lowest order is shown first andparameters with equal order are sorted by key (ascending order).
119
+
-`order` (Number) The order determines the position of agent metadata in the UI presentation. The lowest order is shown first andmetadata with equal order are sorted by key (ascending order).
118
120
-`timeout` (Number) The maximum time the command is allowed to run in seconds.
-`healthcheck` (Block Set, Max: 1) HTTP health checking to determine the application readiness. (see[below for nested schema](#nestedblock--healthcheck))
74
74
-`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>"`.
75
75
-`name` (String, Deprecated) A display name to identify the app.
76
+
-`order` (Number) The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order).
76
77
-`relative_path` (Boolean, Deprecated) Specifies whether the URL will be accessed via a relative path or wildcard. Use if wildcard routing is unavailable. Defaults to true.
77
78
-`share` (String) Determines the "level" which the application is shared at. Valid levels are "owner" (default), "authenticated" and "public". Level "owner" disables sharing on the app, so only the workspace owner can access it. Level "authenticated" shares the app with all authenticated users. Level "public" shares it with any user, including unauthenticated users. Permitted application sharing levels can be configured site-wide via a flag on`coder server` (Enterprise only).
78
79
-`subdomain` (Boolean) Determines whether the app will be accessed via it's own subdomain or whether it will be accessed via a path on Coder. If wildcards have not been setup by the administrator then apps with "subdomain" set to true will not be accessible. Defaults to false.
Description:"The order determines the position of agent metadata in the UI/CLI presentation. The lowest order is shown first andparameters with equal order are sorted by key (ascending order).",
246
+
Description:"The order determines the position of agent metadata in the UI presentation. The lowest order is shown first andmetadata with equal order are sorted by key (ascending order).",
Description:"The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order).",