Skip to content

Commit e1377f5

Browse files
committed
fix: resolve app.md lint
1 parent 3d63e36 commit e1377f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ resource "coder_app" "vim" {
6161

6262
### Optional
6363

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.
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.
6565
- `display_name` (String) A display name to identify the app. Defaults to the slug.
6666
- `external` (Boolean) Specifies whether `url` is opened on the client machine instead of proxied through the workspace.
6767
- `group` (String) The name of a group that this app belongs to.

0 commit comments

Comments
 (0)