Skip to content

Commit cc4f231

Browse files
authored
chore: calrify the format of url for coder_app resource
A user has suggested to clarify the format of `url` in `coder_app` resource. See : coder/coder#8574 (comment) for related discussion.
1 parent 9ff00d6 commit cc4f231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func appResource() *schema.Resource {
150150
},
151151
"url": {
152152
Type: schema.TypeString,
153-
Description: "A URL to be proxied to from inside the workspace. " +
153+
Description: "A URL to be proxied to from inside the workspace. This hsould be of the form http://localhost:PORT[/SUBPATH]" +
154154
"Either \"command\" or \"url\" may be specified, but not both.",
155155
ForceNew: true,
156156
Optional: true,

0 commit comments

Comments
 (0)