We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203b262 commit ed5cdabCopy full SHA for ed5cdab
provider/app.go
@@ -88,6 +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,
92
Default: "window",
93
ValidateFunc: func(i interface{}, s string) ([]string, []error) {
94
if s == "tab" || s == "window" || s == "slim-window" {
0 commit comments