port bot to rust, upgrade response, and cut away some of the tf cruft

This commit is contained in:
41666 2022-02-06 19:16:08 -05:00
parent 0a37eff047
commit f5fb729ce7
17 changed files with 1440 additions and 205 deletions

View file

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