I’ve integrated Terraform usage to Bamboo. I have a modular application where all pieces run under the same state.
In cases where multiple modules have changes and automatic deployment is triggered, terraform plan
fails one of them since the state is locked.
Question is, can I wait for the state lock to be released instead of failing the deployment alltogether?
I’m using Terraform Cloud remote backend for state storage.