mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
fix default tagging for cloud run
This commit is contained in:
parent
22b15ec16a
commit
afdf331070
2 changed files with 6 additions and 2 deletions
|
@ -16,7 +16,7 @@ variable "ui_regions" {
|
|||
variable "ui_tag" {
|
||||
type = string
|
||||
description = "Specific tag to deploy"
|
||||
default = ":main"
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "bot_client_id" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue