Closes #11054. Apply the set value for finish_upgrade. (#12545)

This commit is contained in:
John Engelman 2017-03-08 17:32:28 -06:00 committed by Paul Stack
parent 9b44d044b0
commit 8d35e3dc22
1 changed files with 1 additions and 0 deletions

View File

@ -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
}