homelab/terraform-lab/variables.tf

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
}