Skip to content

Commit 3cd439c

Browse files
authored
fix: added variable
1 parent 047841e commit 3cd439c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

variables.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,10 @@ variable "custom_databricks_metastore_name" {
8888
description = "The name to provide for your Databricks Metastore"
8989
default = null
9090
}
91+
92+
variable "custom_databricks_metastore_container_name" {
93+
type = string
94+
description = "The name to provide for your Databricks Metastore"
95+
default = null
96+
}
97+

0 commit comments

Comments
 (0)