adjust tf to support digest tags

This commit is contained in:
41666 2020-12-06 08:46:16 -05:00
parent 432922dd21
commit c25943dfa0
4 changed files with 8 additions and 3 deletions

View file

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