mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 16:06:35 -03:00
8 lines
No EOL
221 B
HCL
8 lines
No EOL
221 B
HCL
data "template_file" "runpy" {
|
|
template = file("${path.module}/conf/run.py")
|
|
vars = {
|
|
discord_webhook = var.discord_webhook
|
|
twitch_username = var.twitch_username
|
|
twitch_password = var.twitch_password
|
|
}
|
|
} |