mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
chore: commit forgotten terraform changes for allowed_callback_hosts
This commit is contained in:
parent
3388e091c1
commit
8431df784f
5 changed files with 19 additions and 5 deletions
|
@ -54,6 +54,11 @@ resource "cloudflare_worker_script" "backend" {
|
|||
text = var.api_public_uri
|
||||
}
|
||||
|
||||
plain_text_binding {
|
||||
name = "ALLOWED_CALLBACK_HOSTS"
|
||||
text = var.allowed_callback_hosts
|
||||
}
|
||||
|
||||
plain_text_binding {
|
||||
name = "ROOT_USERS"
|
||||
text = join(",", var.root_users)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue