terraform: add Vault secret for garage01 environment
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m13s
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:
@@ -107,6 +107,12 @@ locals {
|
|||||||
data = { nkey = var.homelab_deploy_scheduler_nkey }
|
data = { nkey = var.homelab_deploy_scheduler_nkey }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Garage S3 environment (RPC secret + admin token)
|
||||||
|
"hosts/garage01/garage" = {
|
||||||
|
auto_generate = false
|
||||||
|
data = { env = var.garage_env }
|
||||||
|
}
|
||||||
|
|
||||||
# Kanidm idm_admin password
|
# Kanidm idm_admin password
|
||||||
"kanidm/idm-admin-password" = {
|
"kanidm/idm-admin-password" = {
|
||||||
auto_generate = true
|
auto_generate = true
|
||||||
|
|||||||
@@ -88,6 +88,13 @@ variable "nixos_exporter_nkey" {
|
|||||||
sensitive = true
|
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" {
|
variable "radarr_api_key" {
|
||||||
description = "Radarr API key for exportarr metrics"
|
description = "Radarr API key for exportarr metrics"
|
||||||
type = string
|
type = string
|
||||||
|
|||||||
Reference in New Issue
Block a user