Skip to content

Commit 59aff50

Browse files
raphinkstack72
authored andcommitted
Add 'finishing-upgrade' state to rancher stack (hashicorp#11019)
1 parent 183b73d commit 59aff50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/providers/rancher/resource_rancher_stack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func resourceRancherStackUpdate(d *schema.ResourceData, meta interface{}) error
245245
}
246246

247247
stateConf = &resource.StateChangeConf{
248-
Pending: []string{"active", "upgraded"},
248+
Pending: []string{"active", "upgraded", "finishing-upgrade"},
249249
Target: []string{"active"},
250250
Refresh: StackStateRefreshFunc(client, stack.Id),
251251
Timeout: 10 * time.Minute,

0 commit comments

Comments
 (0)