add GAR docker push for google cloud stuff

This commit is contained in:
41666 2020-12-06 05:41:18 -05:00
parent e028b64ff8
commit 7ad719895d
5 changed files with 144 additions and 3 deletions

View file

@ -13,6 +13,12 @@ variable "ui_regions" {
description = "Cloud Run regions to deploy UI to"
}
variable "ui_tag" {
type = string
description = "Specific tag to deploy"
default = "main"
}
variable "bot_client_id" {
type = string
description = "Bot Client ID"