add rybbit analytics [ci skip]
This commit is contained in:
parent
d51e0f7aaf
commit
ff4dcaca9a
4 changed files with 373 additions and 1 deletions
5
main.tf
5
main.tf
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue