terraform: bypass lock

1 · Thiago Perrotta · Aug. 4, 2025, 10:08 a.m.
Summary
The blog post discusses Terraform's state locking feature, detailing how it prevents concurrent modifications to the state file. It explains the locking mechanism, the error messages encountered when trying to acquire a state lock, and how to bypass the lock if necessary using the '-lock=false' flag or forcibly unlocking with 'force-unlock'.