Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Migrate to official databricks provider #38

Merged
merged 8 commits into from May 5, 2020

Conversation

sdebruyn
Copy link
Member

@sdebruyn sdebruyn commented May 4, 2020

Migrated the code to use the databricks provider by databrickslabs.
There are still a couple of issues that would have to be fixed before we can use this:

Since the last issue also occured with the previous provider ( https://github.com/innovationnorway/terraform-provider-databricks/issues/49 ) and probably won't be fixed very soon, we can merge this as soon as the first 2 issues are fixed.

@sdebruyn sdebruyn requested a review from sam-dumont May 4, 2020 12:10
@github-actions
Copy link

github-actions bot commented May 4, 2020

terraform fmt Failed

./main.tf
 }
 
 resource "random_password" "aadapp_secret" {
-  length  = 32
+  length = 32
 }
 
 resource "azuread_service_principal" "sp" {

Workflow: Terraform Module GitHub Actions, Action: hashicorpterraform-github-actions, Working Directory: ., Workspace: default

@sam-dumont sam-dumont merged commit 2307291 into master May 5, 2020
@sdebruyn sdebruyn deleted the feature/databricks-provider branch May 5, 2020 09:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants