mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
blackhole non-roleypoly traffic
This commit is contained in:
parent
16b614c180
commit
d9508b0b41
6 changed files with 56 additions and 14 deletions
|
@ -41,6 +41,11 @@ variable "ui_public_uri" {
|
|||
description = "UI Public Base Path"
|
||||
}
|
||||
|
||||
variable "ui_hostnames" {
|
||||
type = list(string)
|
||||
description = "Hostnames to allow web UI requests from, e.g. roleypoly.com, web-prod.roleypoly.com"
|
||||
}
|
||||
|
||||
variable "api_public_uri" {
|
||||
type = string
|
||||
description = "API Public Base Path"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue