From 473031150b0e6c89f6e26a572cc528d974fbf49e Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Mon, 7 Dec 2020 22:53:02 -0500 Subject: [PATCH] terraform fmt --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 073be02..8e8ef7d 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -16,7 +16,7 @@ variable "ui_regions" { variable "ui_tag" { type = string description = "Specific tag to deploy" - default = "" + default = "" } variable "bot_client_id" {