From 5dd40d85dbc84b9b8124d0d9fdc8038e52cf1a11 Mon Sep 17 00:00:00 2001 From: Don Badrak Date: Thu, 15 Aug 2019 10:03:58 -0400 Subject: [PATCH] fix --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 7a4f207..a5b010d 100644 --- a/main.tf +++ b/main.tf @@ -40,7 +40,7 @@ locals { not_exists = { } } tags = merge( - local.tags_contact[var.contact != "" ? "exists" : "not_exists"] + local.tags_contact[var.contact != "" ? "exists" : "not_exists"], local.tags_email, local.tags_reference[var.reference != "" ? "exists" : "not_exists"] )