fix default tagging for cloud run

This commit is contained in:
41666 2020-12-07 22:49:54 -05:00
parent 22b15ec16a
commit afdf331070
2 changed files with 6 additions and 2 deletions

View file

@ -16,7 +16,7 @@ variable "ui_regions" {
variable "ui_tag" {
type = string
description = "Specific tag to deploy"
default = ":main"
default = ""
}
variable "bot_client_id" {