Verified diagnostic signature
Lock Info:\s*ID:
Terraform could not obtain exclusive backend coordination for the selected state. Match this output from terraform, then continue with sourced, read-only checks.
- Confidence
- high
- Platforms
- linux · macos · windows
- Verified
- 2026-07-24
Recognized output
Signature matched locally
Lock Info:\s*ID:OneLiners matches this pattern in your browser. Your pasted output is not stored or indexed.
Likely causes
What usually produces this signal
- A legitimate plan, apply, destroy, import, or state operation still owns the lock
- A failed operation left a stale lock after automatic cleanup failed
- Multiple pipelines or operators contend for the same backend state
- Backend permissions, availability, throttling, or consistency prevents normal locking
Safe next checks
Collect evidence before changing the system
Validate Terraform configuration files
terraform validateThe output matches the expected target and exits without an error.
Show Terraform provider requirements
terraform providersThe output matches the expected target and exits without an error.
Show the current user and group identities
idThe output matches the expected target and exits without an error.
Related signals