mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-06-02 07:02:03 -04:00
We were calling from PersistState into RefreshState, but RefreshState is protected by the same lock as PersistState and so the call would deadlock. Instead, we introduce a new entry point refreshState which can be used when already holding the lock.