mirror of https://github.com/hashicorp/terraform
The state locking improvements for the regular command had the side effect of locking the state in the console, import, graph and push commands. Those commands had been updated to get a state via the Backend.Context method, which locks the state whenever possible, and now need to call Unlock directly. Add Unlock calls to all commands that call Context directly.pull/17645/head
parent
a5c4f7e08e
commit
90a75422fb
Loading…
Reference in new issue