pass in slack apprise config via env [ci skip]
This commit is contained in:
parent
04fb2397f3
commit
6bd2fc3cc9
3 changed files with 37 additions and 12 deletions
6
main.tf
6
main.tf
|
|
@ -102,6 +102,9 @@ variable "geoapify_api_key" {}
|
|||
variable "tandoor_database_password" {}
|
||||
variable "n8n_postgresql_password" {}
|
||||
variable "realestate_crawler_db_password" {}
|
||||
variable "realestate_crawler_notification_settings" {
|
||||
type = map(string)
|
||||
}
|
||||
|
||||
# data "terraform_remote_state" "foo" {
|
||||
# backend = "kubernetes"
|
||||
|
|
@ -417,7 +420,8 @@ module "kubernetes_cluster" {
|
|||
|
||||
n8n_postgresql_password = var.n8n_postgresql_password
|
||||
|
||||
realestate_crawler_db_password = var.realestate_crawler_db_password
|
||||
realestate_crawler_db_password = var.realestate_crawler_db_password
|
||||
realestate_crawler_notification_settings = var.realestate_crawler_notification_settings
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue