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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ resource "coder_app" "vim" {
65
65
-`external` (Boolean) Specifies whether`url` is opened on the client machine instead of proxied through the workspace.
66
66
-`group` (String) The name of a group that this app belongs to.
67
67
-`healthcheck` (Block Set, Max: 1) HTTP health checking to determine the application readiness. (see[below for nested schema](#nestedblock--healthcheck))
68
-
-`hidden` (Boolean) Determines if the app is visible in the UI.*(since v2.16.0)*
68
+
-`hidden` (Boolean) Determines if the app is visible in the UI.
69
69
-`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>"`.
70
70
-`open_in` (String) Determines where the app will be opened. Valid values are`"tab"` and`"slim-window" (default)`.`"tab"` opens in a new tab in the same browser window.`"slim-window"` opens a new browser window without navigation controls.
71
71
-`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).