add rybbit analytics [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-18 10:44:01 +00:00
parent d51e0f7aaf
commit ff4dcaca9a
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 373 additions and 1 deletions

View file

@ -126,6 +126,8 @@ variable "tiny_tuya_api_secret" { type = string }
variable "tiny_tuya_service_secret" { type = string }
variable "tiny_tuya_slack_url" { type = string }
variable "haos_api_token" { type = string }
variable "clickhouse_password" { type = string }
variable "clickhouse_postgres_password" { type = string }
provider "kubernetes" {
@ -517,6 +519,9 @@ module "kubernetes_cluster" {
tiny_tuya_service_secret = var.tiny_tuya_service_secret
tiny_tuya_slack_url = var.tiny_tuya_slack_url
haos_api_token = var.haos_api_token
clickhouse_password = var.clickhouse_password
clickhouse_postgres_password = var.clickhouse_postgres_password
}