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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ resource "coder_app" "vim" {
61
61
62
62
###Optional
63
63
64
-
-`command` (String) A command to run in a terminal opening this app. In the web, this will open in a new tab. In the CLI, this will SSH and execute the command. Either`command` or`url` may be specified, but not both.If`command` is specified,`subdomain` must be unset.
64
+
-`command` (String) A command to run in a terminal opening this app. In the web, this will open in a new tab. In the CLI, this will SSH and execute the command. Either`command` or`url` may be specified, but not both.Conflicts with`subdomain`.
65
65
-`display_name` (String) A display name to identify the app. Defaults to the slug.
66
66
-`external` (Boolean) Specifies whether`url` is opened on the client machine instead of proxied through the workspace.
67
67
-`group` (String) The name of a group that this app belongs to.