Run plan without acquiring the Consul state lock #40

Closed
unkin-agent wants to merge 1 commits from benvin/lockfree-plan into master
Member

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=false to terragrunt ... plan; apply is unchanged and still locks.
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=false` to `terragrunt ... plan`; `apply` is unchanged and still locks.
unkin-agent added 1 commit 2026-08-23 22:21:59 +10:00
Run plan without acquiring the Consul state lock
Build / build (pull_request) Failing after 16m16s
20981a5e67
PR plan pipelines were failing with "Error acquiring the state lock"
when they collided with a concurrent apply (or another plan) holding
the lock on the same Consul-backed state.

- plan: pass -lock=false to terragrunt plan; apply keeps locking
Owner

not using

not using
benvin closed this pull request 2026-08-23 22:32:16 +10:00
Some required checks failed
Build / build (pull_request) Failing after 16m16s
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/terraform-incus#40