mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
parent
9b44d044b0
commit
8d35e3dc22
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user