We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
url
coder_app
1 parent 9ff00d6 commit cc4f231Copy full SHA for cc4f231
provider/app.go
@@ -150,7 +150,7 @@ func appResource() *schema.Resource {
150
},
151
"url": {
152
Type: schema.TypeString,
153
- Description: "A URL to be proxied to from inside the workspace. " +
+ Description: "A URL to be proxied to from inside the workspace. This hsould be of the form http://localhost:PORT[/SUBPATH]" +
154
"Either \"command\" or \"url\" may be specified, but not both.",
155
ForceNew: true,
156
Optional: true,
0 commit comments