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/app.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ resource "coder_app" "vim" {
63
63
-`display_name` (String) A display name to identify the app. Defaults to the slug.
64
64
-`external` (Boolean) Specifies whether `url` is opened on the client machine instead of proxied through the workspace.
65
65
-`healthcheck` (Block Set, Max: 1) HTTP health checking to determine the application readiness. (see [below for nested schema](#nestedblock--healthcheck))
66
-
-`hidden` (Boolean) Determines if the app is visible in the UI.
66
+
-`hidden` (Boolean) Determines if the app is visible in the UI (minimum Coder version: v2.16).
67
67
-`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>"`.
68
68
-`name` (String, **Deprecated**: `name` on apps is deprecated, use `display_name` instead) A display name to identify the app.
69
69
-`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).
0 commit comments