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

@ -105,7 +105,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 }
variable "defcon_level" {
@ -734,3 +735,10 @@ module "ebook2audiobook" {
source = "./ebook2audiobook"
tls_secret_name = var.tls_secret_name
}
module "rybbit" {
source = "./rybbit"
tls_secret_name = var.tls_secret_name
clickhouse_password = var.clickhouse_password
postgres_password = var.clickhouse_postgres_password
}