File tree 2 files changed +2
-1
lines changed
examples/resources/coder_app
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ resource "coder_app" "code-server" {
18
18
url = " http://localhost:13337"
19
19
share = " owner"
20
20
subdomain = false
21
+ open_in = " window"
21
22
healthcheck {
22
23
url = " http://localhost:13337/healthz"
23
24
interval = 5
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ func appResource() *schema.Resource {
227
227
Type : schema .TypeString ,
228
228
Description : "Determines where the app will be opened. Valid values are `\" tab\" `, `\" window\" `, and `\" slim-window\" (default)`. " +
229
229
"`\" tab\" ` opens in a new tab in the same browser window. `\" window\" ` opens a fresh browser window with navigation options. " +
230
- "`\" slim-window\" ` opens a fresh browser window with slim navigation options ." ,
230
+ "`\" slim-window\" ` opens a new browser window without navigation controls ." ,
231
231
ForceNew : true ,
232
232
Optional : true ,
233
233
Default : "slim-window" ,
You can’t perform that action at this time.
0 commit comments