Skip to content

Commit 7bff4ba

Browse files
authored
docs: description to mount variables
1 parent c1154e8 commit 7bff4ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ module "databricks_runtime_core" {
4747
# Parameters of Service principal used for ADLS mount
4848
# Imports App ID and Secret of Service Principal from target Key Vault
4949
key_vault_id = data.azurerm_key_vault.example.id
50-
sp_client_id_secret_name = "sp-client-id"
51-
sp_key_secret_name = "sp-key"
52-
tenant_id_secret_name = "infra-arm-tenant-id"
50+
sp_client_id_secret_name = "sp-client-id" # secret's name that stores Service Principal App ID
51+
sp_key_secret_name = "sp-key" # secret's name that stores Service Principal Secret Key
52+
tenant_id_secret_name = "infra-arm-tenant-id" # secret's name that stores tenant id value
5353
5454
# Default cluster parameters
5555
custom_default_cluster_name = "databricks_example_custer"

0 commit comments

Comments
 (0)