add n8n and disable crowdsec temporarily [ci skip]
This commit is contained in:
parent
578db51fc8
commit
e386ddca96
3 changed files with 155 additions and 6 deletions
3
main.tf
3
main.tf
|
|
@ -99,6 +99,7 @@ variable "cloudflare_tunnel_token" {}
|
|||
variable "owntracks_credentials" {}
|
||||
variable "dawarich_database_password" {}
|
||||
variable "tandoor_database_password" {}
|
||||
variable "n8n_postgresql_password" {}
|
||||
|
||||
# data "terraform_remote_state" "foo" {
|
||||
# backend = "kubernetes"
|
||||
|
|
@ -410,6 +411,8 @@ module "kubernetes_cluster" {
|
|||
|
||||
tandoor_database_password = var.tandoor_database_password
|
||||
tandoor_email_password = var.mailserver_accounts["info@viktorbarzin.me"]
|
||||
|
||||
n8n_postgresql_password = var.n8n_postgresql_password
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue