homelab/terraform/modules/twitchminer/variables.tf

15 lines
254 B
Terraform
Raw Normal View History

2024-05-03 20:41:43 -03:00
variable "discord_webhook" {
type = string
description = "Discord webhook"
}
variable "twitch_username" {
type = string
description = "Twitch username"
}
variable "twitch_password" {
type = string
description = "Twitch password"
}