Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa7c5c7

Browse files
committed
add missing example
1 parent3d5fc0b commitaa7c5c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎examples/resources/coder_app/resource.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ resource "coder_app" "code-server" {
1818
url="http://localhost:13337"
1919
share="owner"
2020
subdomain=false
21+
open_in="window"
2122
healthcheck {
2223
url="http://localhost:13337/healthz"
2324
interval=5

‎provider/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func appResource() *schema.Resource {
227227
Type:schema.TypeString,
228228
Description:"Determines where the app will be opened. Valid values are `\"tab\"`, `\"window\"`, and `\"slim-window\" (default)`. "+
229229
"`\"tab\"` opens in a new tab in the same browser window. `\"window\"` opens a fresh browser window with navigation options. "+
230-
"`\"slim-window\"` opens afresh browser windowwith slimnavigationoptions.",
230+
"`\"slim-window\"` opens anew browser windowwithoutnavigationcontrols.",
231231
ForceNew:true,
232232
Optional:true,
233233
Default:"slim-window",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp