add onlyoffice deployment along with collabora for backup if needed [ci skip]
This commit is contained in:
parent
958f41a1da
commit
2f2787f934
7 changed files with 159 additions and 4 deletions
5
main.tf
5
main.tf
|
|
@ -106,6 +106,8 @@ variable "realestate_crawler_notification_settings" {
|
|||
type = map(string)
|
||||
}
|
||||
variable "kured_notify_url" {}
|
||||
variable "onlyoffice_db_password" { type = string }
|
||||
variable "onlyoffice_jwt_token" { type = string }
|
||||
|
||||
# data "terraform_remote_state" "foo" {
|
||||
# backend = "kubernetes"
|
||||
|
|
@ -425,6 +427,9 @@ module "kubernetes_cluster" {
|
|||
realestate_crawler_notification_settings = var.realestate_crawler_notification_settings
|
||||
|
||||
kured_notify_url = var.kured_notify_url
|
||||
|
||||
onlyoffice_db_password = var.onlyoffice_db_password
|
||||
onlyoffice_jwt_token = var.onlyoffice_jwt_token
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue