mirror of https://github.com/hashicorp/terraform
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.pull/18992/head
parent
f93cd22098
commit
b3b62429a7
Loading…
Reference in new issue