feat: IoT demo — RabbitMQ + Redis + MongoDB + Node.js producer plan (test stand cleanup)

This commit is contained in:
“Naeel”
2026-07-21 21:58:00 +04:00
parent 0adb379a54
commit a37fc22bcd
16 changed files with 215 additions and 225 deletions
+1 -2
View File
@@ -3,8 +3,7 @@
# =============================================================================
locals {
dashboard_redis_host = try(nubes_redis.main.state_out_flat["internalConnect.master"], "")
dashboard_redis_secrets = try(jsondecode(nubes_redis.main.vault_secrets["users"]), tomap({}))
dashboard_redis_password = try(nonsensitive(lookup(local.dashboard_redis_secrets, "default", tomap({})).password), "")
dashboard_redis_password = try(nonsensitive(nubes_redis.main.vault_secrets["adminPass"]), "")
}
resource "nubes_nodejs" "dashboard" {