mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-04 23:16:35 -03:00
31 lines
No EOL
366 B
HCL
31 lines
No EOL
366 B
HCL
variable "exchange_key" {
|
|
type = string
|
|
}
|
|
|
|
variable "exchange_secret" {
|
|
type = string
|
|
}
|
|
|
|
variable "exchange_password" {
|
|
type = string
|
|
}
|
|
|
|
variable "telegram_token" {
|
|
type = string
|
|
}
|
|
|
|
variable "telegram_chat_id" {
|
|
type = string
|
|
}
|
|
|
|
variable "jwt_secret_key" {
|
|
type = string
|
|
}
|
|
|
|
variable "username" {
|
|
type = string
|
|
}
|
|
|
|
variable "password" {
|
|
type = string
|
|
} |