add credentials for ab bank sync cronjob [ci skip]
This commit is contained in:
parent
d83c5c5526
commit
bfa53c5455
5 changed files with 22 additions and 12 deletions
3
main.tf
3
main.tf
|
|
@ -132,6 +132,7 @@ variable "clickhouse_password" { type = string }
|
|||
variable "clickhouse_postgres_password" { type = string }
|
||||
variable "wealthfolio_password_hash" { type = string }
|
||||
variable "aiostreams_database_connection_string" { type = string }
|
||||
variable "actualbudget_credentials" { type = map(any) }
|
||||
|
||||
|
||||
provider "kubernetes" {
|
||||
|
|
@ -553,6 +554,8 @@ module "kubernetes_cluster" {
|
|||
wealthfolio_password_hash = var.wealthfolio_password_hash
|
||||
|
||||
aiostreams_database_connection_string = var.aiostreams_database_connection_string
|
||||
|
||||
actualbudget_credentials = var.actualbudget_credentials
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue