We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a792bf commit 5725264Copy full SHA for 5725264
README.md
@@ -43,6 +43,11 @@ module "databricks_runtime_core" {
43
# Databricks user
44
users = ["user1", "user2"]
45
46
+ # Default cluster parameters
47
+ custom_default_cluster_name = "databricks_example_custer"
48
+ cluster_nodes_availability = "SPOT_AZURE" # it required to increase Regional Spot quotas
49
+ cluster_log_conf_destination = "dbfs:/cluster-logs"
50
+
51
# Parameters of Service principal used for ADLS mount
52
# Imports App ID and Secret of Service Principal from target Key Vault
53
key_vault_id = data.azurerm_key_vault.example.id
0 commit comments