Skip to content

Commit

Permalink
fixing import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Storey committed Jun 10, 2020
1 parent 160e48d commit 11885f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions databricks/resource_databricks_azure_adls_gen1_mount.go
Expand Up @@ -2,10 +2,12 @@ package databricks

import (
"fmt"
"log"
"strings"

"github.com/databrickslabs/databricks-terraform/client/service"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/helper/validation"
"strings"
)

func resourceAzureAdlsGen1Mount() *schema.Resource {
Expand Down Expand Up @@ -152,7 +154,7 @@ func resourceAzureAdlsGen1Read(d *schema.ResourceData, m interface{}) error {
}
return err
}

adlsGen1Mount := NewAzureADLSGen1Mount(storageResourceName, directory, mountName,
sparkConfPrefix, clientID, tenantID, clientSecretScope, clientSecretKey)

Expand Down

0 comments on commit 11885f2

Please sign in to comment.