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" {
7979variable "sp_client_id_secret_name" {
8080 type = string
8181 description = " The name of Azure Key Vault secret that contains ClientID of Service Principal to access in Azure Key Vault"
82+ default = " "
8283}
8384
8485variable "sp_key_secret_name" {
8586 type = string
8687 description = " The name of Azure Key Vault secret that contains client secret of Service Principal to access in Azure Key Vault"
88+ default = " "
8789}
8890
8991# Secret Scope variables
@@ -213,5 +215,5 @@ variable "mount_cluster_name" {
213215variable "mount_enabled" {
214216 type = bool
215217 description = " Boolean flag to enable ADLS mount to Databricks"
216- default = true
218+ default = false
217219}
You can’t perform that action at this time.
0 commit comments