Skip to content

Commit

Permalink
Closes #11054. Apply the set value for finish_upgrade. (#12545)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrengelman authored and stack72 committed Mar 8, 2017
1 parent 15c747f commit 477fba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/rancher/resource_rancher_stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ func resourceRancherStackRead(d *schema.ResourceData, meta interface{}) error {
}

d.Set("start_on_create", stack.StartOnCreate)
d.Set("finish_upgrade", d.Get("finish_upgrade").(bool))

return nil
}
Expand Down

0 comments on commit 477fba1

Please sign in to comment.