blackhole non-roleypoly traffic

This commit is contained in:
41666 2020-12-13 13:13:13 -05:00
parent 16b614c180
commit d9508b0b41
6 changed files with 56 additions and 14 deletions

View file

@ -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"