Run plan without acquiring the Consul state lock #7

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:22:02 +10:00
Run plan without acquiring the Consul state lock
Build / build (pull_request) Failing after 11m58s
ab00491a91
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:24 +10:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/terraform-nomad#7