Skip to content

Commit bcc36b0

Browse files
authored
fix: removed old vars
1 parent 3f0cc78 commit bcc36b0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

variables.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
variable "workspace_id" {
2-
type = string
3-
description = "Id of Azure Databricks workspace"
4-
}
5-
61
variable "ip_rules" {
72
type = map(string)
83
description = "Map of IP addresses permitted for access to DB"
@@ -157,13 +152,6 @@ variable "mountpoints" {
157152
default = {}
158153
}
159154

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-
167155
variable "custom_cluster_policies" {
168156
type = list(object({
169157
name = string

0 commit comments

Comments
 (0)