Skip to content

Commit f406414

Browse files
authored
fix: updated variables
1 parent 4fb6dbc commit f406414

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

variables.tf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,11 @@ variable "suffix" {
1919
default = ""
2020
}
2121

22-
variable "workspace_id" {
23-
type = string
24-
description = "Id of Azure Databricks workspace"
25-
}
26-
2722
# Unity Catalog variables
2823
variable "create_metastore" {
2924
type = bool
3025
description = "Boolean flag for Unity Catalog Metastore current in this environment. One Metastore per region"
31-
default = true
26+
default = false
3227
}
3328

3429
variable "access_connector_id" {

0 commit comments

Comments
 (0)