From 31bf9e1da8622f27ab28e54f68f7e78a2429e1c3 Mon Sep 17 00:00:00 2001 From: Kostya Date: Tue, 17 Dec 2019 14:21:24 +0800 Subject: [PATCH] Add data repo path var --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 181c5ad..93c53e5 100644 --- a/variables.tf +++ b/variables.tf @@ -58,8 +58,8 @@ variable "metabase_feature_set" { description = "[Optional] Environment feature set" } -variable "metabase_cards_repo_path" { +variable "data_repo_path" { type = string default = "" - description = "[Required] Relative path to cards folders" + description = "[Required] Relative path to data repository" } \ No newline at end of file