Skip to content

Commit 5725264

Browse files
author
dmytro_velychko3
committed
docs: add cluste patameters
1 parent 2a792bf commit 5725264

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ module "databricks_runtime_core" {
4343
# Databricks user
4444
users = ["user1", "user2"]
4545
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+
4651
# Parameters of Service principal used for ADLS mount
4752
# Imports App ID and Secret of Service Principal from target Key Vault
4853
key_vault_id = data.azurerm_key_vault.example.id

0 commit comments

Comments
 (0)