File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,13 @@ variable "sql_endpoint" {
79
79
variable "sp_client_id_secret_name" {
80
80
type = string
81
81
description = " The name of Azure Key Vault secret that contains ClientID of Service Principal to access in Azure Key Vault"
82
+ default = " "
82
83
}
83
84
84
85
variable "sp_key_secret_name" {
85
86
type = string
86
87
description = " The name of Azure Key Vault secret that contains client secret of Service Principal to access in Azure Key Vault"
88
+ default = " "
87
89
}
88
90
89
91
# Secret Scope variables
@@ -213,5 +215,5 @@ variable "mount_cluster_name" {
213
215
variable "mount_enabled" {
214
216
type = bool
215
217
description = " Boolean flag to enable ADLS mount to Databricks"
216
- default = true
218
+ default = false
217
219
}
You can’t perform that action at this time.
0 commit comments