Skip to content

Commit 06d0457

Browse files
authored
chore: update description for coder_app url
This clarifies where users may be confused about how to set an external URL, as the current description only talks about internal URL usage. Closes #186
1 parent 7815596 commit 06d0457

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: "An external url if \"external=true\" or a URL to be proxied to from inside the workspace. " +
154154
"This should be of the form \"http://localhost:PORT[/SUBPATH]\". " +
155155
"Either \"command\" or \"url\" may be specified, but not both.",
156156
ForceNew: true,

0 commit comments

Comments
 (0)