File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
locals {
2
2
# This optional suffix is added to the end of resource names.
3
- suffix = length (var. suffix ) == 0 ? " " : " -${ var . suffix } "
4
-
3
+ suffix = length (var. suffix ) == 0 ? " " : " -${ var . suffix } "
4
+
5
5
databricks_metastore_name = var. custom_databricks_metastore_name == null ? " meta-${ var . project } -${ var . env } -${ var . location } ${ local . suffix } " : var. custom_databricks_metastore_name
6
-
6
+
7
7
databricks_metastore_container_name = var. custom_databricks_metastore_container_name == null ? " meta-${ var . project } -${ var . env } " : var. custom_databricks_metastore_container_name
8
8
}
9
9
Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ variable "custom_databricks_metastore_name" {
88
88
description = " The name to provide for your Databricks Metastore"
89
89
default = null
90
90
}
91
-
91
+
92
92
variable "custom_databricks_metastore_container_name" {
93
93
type = string
94
94
description = " The name to provide for your Databricks Metastore"
95
95
default = null
96
96
}
97
-
97
+
You can’t perform that action at this time.
0 commit comments