Outline State Locking
Learn about Terraform's state locking behavior.
We'll cover the following...
We'll cover the following...
Why does Terraform lock the state?
State data is rather important, and transactions that involve the state should be atomic in nature. To prevent multiple processes from editing the state at the same time, Terraform locks the state. ...