Skip to content

Commit 430e3f4

Browse files
Leonid_Frolov1Leonid_Frolov1
authored andcommitted
fix: fixed formatting
1 parent 41d0f5f commit 430e3f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mount.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
resource "databricks_mount" "adls" {
22
for_each = var.mountpoints
33

4-
name = each.key
4+
name = each.key
55
cluster_id = var.mount_cluster_name != null ? databricks_cluster.cluster[var.mount_cluster_name].id : null
6-
uri = "abfss://${each.value["container_name"]}@${each.value["storage_account_name"]}.dfs.core.windows.net"
6+
uri = "abfss://${each.value["container_name"]}@${each.value["storage_account_name"]}.dfs.core.windows.net"
77
extra_configs = var.mount_adls_passthrough ? {
88
"fs.azure.account.auth.type" : "CustomAccessToken",
99
"fs.azure.account.custom.token.provider.class" : "{{sparkconf/spark.databricks.passthrough.adls.gen2.tokenProviderClassName}}"

0 commit comments

Comments
 (0)