Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Add data repo path var
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyaplis committed Dec 17, 2019
1 parent f808cea commit 31bf9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 31bf9e1

Please sign in to comment.