We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0cc78 commit bcc36b0Copy full SHA for bcc36b0
variables.tf
@@ -1,8 +1,3 @@
1
-variable "workspace_id" {
2
- type = string
3
- description = "Id of Azure Databricks workspace"
4
-}
5
-
6
variable "ip_rules" {
7
type = map(string)
8
description = "Map of IP addresses permitted for access to DB"
@@ -157,13 +152,6 @@ variable "mountpoints" {
157
152
default = {}
158
153
}
159
154
160
-# Unity Catalog Metastore assignment variables
161
-variable "assign_unity_catalog_metastore" {
162
- type = bool
163
- description = "Boolean flag provides an ability to assign Unity Catalog Metastore to this Workspace"
164
- default = false
165
166
167
155
variable "custom_cluster_policies" {
168
156
type = list(object({
169
name = string
0 commit comments