8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eaeede commit ebd01efCopy full SHA for ebd01ef
provider/app.go
@@ -88,7 +88,7 @@ func appResource() *schema.Resource {
88
Type: schema.TypeString,
89
Description: "The application to open the app in.",
90
Optional: true,
91
- ForceNew: true,
+ Default: "window",
92
ValidateFunc: func(i interface{}, s string) ([]string, []error) {
93
if s == "tab" || s == "window" || s == "slim-window" {
94
return nil, nil
0 commit comments