add immich frame [ci skip]
This commit is contained in:
parent
39570f52e0
commit
7832b893d2
5 changed files with 118 additions and 0 deletions
2
main.tf
2
main.tf
|
|
@ -61,6 +61,7 @@ variable "finance_app_gocardless_secret_id" {}
|
|||
variable "headscale_config" {}
|
||||
variable "headscale_acl" {}
|
||||
variable "immich_postgresql_password" {}
|
||||
variable "immich_frame_api_key" {}
|
||||
variable "ingress_honeypotapikey" {}
|
||||
variable "ingress_crowdsec_api_key" {}
|
||||
variable "ingress_crowdsec_captcha_secret_key" {}
|
||||
|
|
@ -376,6 +377,7 @@ module "kubernetes_cluster" {
|
|||
headscale_acl = var.headscale_acl
|
||||
|
||||
immich_postgresql_password = var.immich_postgresql_password
|
||||
immich_frame_api_key = var.immich_frame_api_key
|
||||
|
||||
ingress_honeypotapikey = var.ingress_honeypotapikey
|
||||
ingress_crowdsec_api_key = var.ingress_crowdsec_api_key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue