add DISCORD_PUBLIC_KEY binding

This commit is contained in:
41666 2022-01-31 21:50:26 -05:00
parent 3291f9aacc
commit a008dbcc42

View file

@ -79,6 +79,11 @@ resource "local_file" "bindings" {
text = var.allowed_callback_hosts text = var.allowed_callback_hosts
type = "plain_text" type = "plain_text"
}, },
{
name = "DISCORD_PUBLIC_KEY"
text = var.discord_public_key
type = "secret_text"
},
{ {
name = "ROOT_USERS" name = "ROOT_USERS"
text = join(",", var.root_users) text = join(",", var.root_users)