homelab/terraform/modules/twitchminer/variables.tf
2024-10-24 03:03:03 -03:00

14 lines
266 B
HCL

variable "discord_webhook" {
type = string
description = "Discord webhook"
}
variable "twitch_username" {
type = string
description = "Twitch username"
}
variable "twitch_password" {
type = string
description = "Twitch password"
}