Solved "Terraform: Error acquiring the state lock"
In this article, we will see how to solve terraform error - "error acquiring the state lock". You might notice this error always comes with an error message "ConditionalCheckFailedException: The conditional request failed". Before going into the error, let's first understand what is state locking in Terraform? Whenever you perform any terraform operations then it ... Read more