add meshcentral and diun[ci skip]

This commit is contained in:
Viktor Barzin 2024-08-18 18:14:17 +00:00
parent 64ba541412
commit b54fbf72fd
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
7 changed files with 197 additions and 1 deletions

View file

@ -57,6 +57,8 @@ variable "resume_database_url" {}
variable "resume_redis_url" {}
variable "frigate_valchedrym_camera_credentials" { default = "" }
variable "paperless_db_password" {}
variable "diun_nfty_token" {}
variable "docker_config" {}
resource "null_resource" "core_services" {
# List all the core modules that must be provisioned first
@ -469,4 +471,11 @@ module "cyberchef" {
module "diun" {
source = "./diun"
tls_secret_name = var.tls_secret_name
diun_nfty_token = var.diun_nfty_token
docker_config = var.docker_config
}
module "meshcentral" {
source = "./meshcentral"
tls_secret_name = var.tls_secret_name
}