mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
Merge pull request #19281 from hashicorp/b-remote-state
Do not clear out a previous set state when refreshing
This commit is contained in:
commit
ca18d677a9
@ -69,7 +69,6 @@ func (s *State) refreshState() error {
|
||||
// no remote state is OK
|
||||
if payload == nil {
|
||||
s.readState = nil
|
||||
s.state = nil
|
||||
s.lineage = ""
|
||||
s.serial = 0
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user