OneLinersCommand workbench
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

  1. A legitimate plan, apply, destroy, import, or state operation still owns the lock
  2. A failed operation left a stale lock after automatic cleanup failed
  3. Multiple pipelines or operators contend for the same backend state
  4. Backend permissions, availability, throttling, or consistency prevents normal locking
Safe next checks

Collect evidence before changing the system

01

Validate Terraform configuration files

terraform validate

The output matches the expected target and exits without an error.

02

Show Terraform provider requirements

terraform providers

The output matches the expected target and exits without an error.

03

Show the current user and group identities

id

The output matches the expected target and exits without an error.

Related signals

Other output patterns from this error family