mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
port bot to rust, upgrade response, and cut away some of the tf cruft
This commit is contained in:
parent
0a37eff047
commit
f5fb729ce7
17 changed files with 1440 additions and 205 deletions
|
@ -8,11 +8,6 @@ variable "environment_tag" {
|
|||
}
|
||||
}
|
||||
|
||||
variable "ui_regions" {
|
||||
type = list(string)
|
||||
description = "Cloud Run regions to deploy UI to"
|
||||
}
|
||||
|
||||
variable "ui_tag" {
|
||||
type = string
|
||||
description = ":tag or @sha265: of *-docker.pkg.dev/roleypoly/roleypoly/ui"
|
||||
|
@ -47,11 +42,6 @@ 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