terraform: add Vault secret for garage01 environment
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m13s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 21:27:43 +01:00
parent b2b6ab4799
commit ffaf95d109
2 changed files with 13 additions and 0 deletions

View File

@@ -88,6 +88,13 @@ variable "nixos_exporter_nkey" {
sensitive = true
}
variable "garage_env" {
description = "Garage environment file contents (GARAGE_RPC_SECRET and GARAGE_ADMIN_TOKEN)"
type = string
default = "PLACEHOLDER"
sensitive = true
}
variable "radarr_api_key" {
description = "Radarr API key for exportarr metrics"
type = string