Run plan without acquiring the Consul state lock #136

Merged
benvin merged 1 commits from benvin/lockfree-plan into master 2026-08-23 22:31:58 +10:00

1 Commits

Author SHA1 Message Date
unkin-agent 60e1b86dc9 Run plan without acquiring the Consul state lock
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
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
2026-08-23 22:19:18 +10:00