3 Commits

Author SHA1 Message Date
unkin-agent bf39b66407 Run plan without acquiring the Consul state lock
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan 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:21:21 +10:00
unkinben 117c8e7841 fix: use TF_VAR_sonarr_api_key for terraform variable injection
ci/woodpecker/pr/pre-commit Pipeline failed
ci/woodpecker/pr/plan Pipeline failed
The generated backend.tf defines a terraform variable, so the Makefile
must export the API key as TF_VAR_sonarr_api_key rather than SONARR_API_KEY.
2026-06-28 22:20:16 +10:00
unkinben 75fc7f0930 feat: initial sonarr terraform configuration 2026-06-28 22:12:18 +10:00