mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 16:06:35 -03:00
15 lines
254 B
Terraform
15 lines
254 B
Terraform
|
variable "discord_webhook" {
|
||
|
type = string
|
||
|
description = "Discord webhook"
|
||
|
}
|
||
|
|
||
|
variable "twitch_username" {
|
||
|
type = string
|
||
|
description = "Twitch username"
|
||
|
}
|
||
|
|
||
|
variable "twitch_password" {
|
||
|
type = string
|
||
|
description = "Twitch password"
|
||
|
}
|