Run plan without acquiring the Consul state lock #136
Reference in New Issue
Block a user
Delete Branch "benvin/lockfree-plan"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR plan pipelines were failing with "Error acquiring the state lock ... OperationTypePlan" when a plan collided with an apply (or another plan) holding the lock on the same Consul-backed state. Plans are read-only and don't need the lock.
plan: pass-lock=falsetoterragrunt ... plan;applyis unchanged and still locks.