We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ea9f1 commit 31fc7f8Copy full SHA for 31fc7f8
provider/app.go
@@ -86,7 +86,7 @@ func appResource() *schema.Resource {
86
Description: "A command to run in a terminal opening this app. In the web, " +
87
"this will open in a new tab. In the CLI, this will SSH and execute the command. " +
88
"Either `command` or `url` may be specified, but not both." +
89
- "If `command` is specified, `subdomain` must either be false or not specified.",
+ "If `command` is specified, `subdomain` must be unset.",
90
ConflictsWith: []string{"url", "subdomain"},
91
Optional: true,
92
ForceNew: true,
0 commit comments