mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
add DISCORD_PUBLIC_KEY binding
This commit is contained in:
parent
3291f9aacc
commit
a008dbcc42
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue