terraform/state/remote
Martin Atkins 78f1d1d1c0 state/remote: Don't hang in PersistState
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.
2018-10-16 19:14:11 -07:00
..
remote.go move artifactory remote state to backend 2018-10-16 18:23:14 -07:00
remote_test.go state/remote: Make tests compile and run to completion 2018-10-16 19:14:11 -07:00
state.go state/remote: Don't hang in PersistState 2018-10-16 19:14:11 -07:00
state_test.go state/remote: Make tests compile and run to completion 2018-10-16 19:14:11 -07:00
testing.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00