You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+17-24Lines changed: 17 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -72,30 +72,6 @@ variable "suffix" {
72
72
default=""
73
73
}
74
74
75
-
variable"external_metastore_id" {
76
-
type=string
77
-
description="Unity Catalog Metastore Id that is located in separate environment. Provide this value to associate Databricks Workspace with target Metastore"
error_message="Metastore permission validation. The only possible values for permissions are: CREATE_CATALOG, CREATE_EXTERNAL_LOCATION, CREATE_SHARE, CREATE_RECIPIENT, CREATE_PROVIDER"
96
-
}
97
-
}
98
-
99
75
variable"sp_client_id_secret_name" {
100
76
type=string
101
77
description="The name of Azure Key Vault secret that contains ClientID of Service Principal to access in Azure Key Vault"
@@ -151,6 +127,23 @@ variable "mountpoints" {
151
127
default={}
152
128
}
153
129
130
+
# Unity Catalog Metastore assignment variables
131
+
variable"assign_unity_catalog_metastore" {
132
+
type=bool
133
+
description="Boolean flag provides an ability to assign Unity Catalog Metastore to this Workspace"
134
+
default=false
135
+
}
136
+
137
+
variable"external_metastore_id" {
138
+
type=string
139
+
description="Unity Catalog Metastore Id that is located in separate environment. Provide this value to associate Databricks Workspace with target Metastore"
0 commit comments