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
Showing only changes of commit 60e1b86dc9 - Show all commits
+1 -1
View File
@@ -22,7 +22,7 @@ init:
plan: init
@$(call vault_env) && \
terragrunt run --all --parallelism 4 --non-interactive plan
terragrunt run --all --parallelism 4 --non-interactive plan -- -lock=false
apply: init
@$(call vault_env) && \