State Lock Held While Apply Is In Progress
A second engineer attempted to acquire the lock while the first apply is in progress. The lock prevents concurrent state mutation.
← All break/fix scenarios in Terraform
A second engineer attempted to acquire the lock while the first apply is in progress. The lock prevents concurrent state mutation.
1. Wait for the first apply to complete. 2. If the first apply is hung, force-unlock. 3. Verify the state is consistent. 4. Document the incident.
The state lock is cleared, the state is consistent, and the incident is documented.
1. Document the lock procedure. 2. Train engineers to wait. 3. Use the lock information to identify the holder.
A second engineer attempted to acquire the lock while the first apply is in progress. The lock prevents concurrent state mutation.