Skip to content

Commit ebd01ef

Browse files
committed
add open_in parameter
1 parent 1eaeede commit ebd01ef

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
@@ -88,7 +88,7 @@ func appResource() *schema.Resource {
8888
Type: schema.TypeString,
8989
Description: "The application to open the app in.",
9090
Optional: true,
91-
ForceNew: true,
91+
Default: "window",
9292
ValidateFunc: func(i interface{}, s string) ([]string, []error) {
9393
if s == "tab" || s == "window" || s == "slim-window" {
9494
return nil, nil

0 commit comments

Comments
 (0)