mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29: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
|
@ -78,4 +78,9 @@ variable "bot_tag" {
|
|||
type = string
|
||||
default = ""
|
||||
description = ":tag or @sha265: of ghcr.io/roleypoly/bot"
|
||||
}
|
||||
}
|
||||
|
||||
variable "allowed_callback_hosts" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue