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
terragrunt --terragrunt-working-dir $(ENV_DIR) plan -out=$(PLAN_FILE)
terragrunt --terragrunt-working-dir $(ENV_DIR) plan -lock=false -out=$(PLAN_FILE)
apply:
$(call vault_env)&&\
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.