Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc536b4b

Browse files
committed
chore: update wording toConflicts with subdomain.
1 parent1f0ced1 commitc536b4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.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`.
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.

‎provider/app.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func appResource() *schema.Resource {
8686
Description:"A command to run in a terminal opening this app. In the web, "+
8787
"this will open in a new tab. In the CLI, this will SSH and execute the command. "+
8888
"Either `command` or `url` may be specified, but not both. "+
89-
"If `command` is specified,`subdomain` must be unset.",
89+
"Conflicts with`subdomain`.",
9090
ConflictsWith: []string{"url","subdomain"},
9191
Optional:true,
9292
ForceNew:true,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp