terraform-databricks-examples
terraform-databricks-examples copied to clipboard
Examples of using Terraform to deploy Databricks resources
I've been following example https://github.com/databricks/terraform-databricks-examples/tree/main/modules/adb-with-private-link-standard, but I can't seem to be able to login to UI. When clicking "launch" on databricks worksapce new tab opens, my workspace url flashes for...
We need to reorganize resources a bit to make things more modular. For example, it makes sense to split `modules/adb-lakehouse-uc/uc-metastore/` into metastore creation & workspace assignment, so we can easily...
I would like to use best practices. I don't have express route. Was planning on Azure VPN Gateway to connect via the Azure VPN Client. I made a first pass,...
Thank you so much for building the Terraform registry modules. I am facing some issues with the modules when I use the below terraform.tfvars. I have Contributor rights on the...
It'd be awesome to add an example for AWS end to end private link, including front end. Particularly awesome would be if it created a test VM that could be...
Hello Your LICENSE file mentions `Copyright 2022 Databricks, Inc. All rights reserved.`. This is usually a way to introduce a commercial license and can be ambiguous. I'd suggest to replace...
Closes #75
We'd like to avoid having a specific user's username/password, so we're trying to use Service Principal Oauth secrets instead. The desired flow is: 1. Admin User creates account on accounts.databricks.com...
Hi by following the example https://github.com/databricks/terraform-databricks-examples/blob/main/examples/adb-uc/stage_3_spn_deploys_uc/storage.tf tf apply gives error:` Error: containers.Client#GetProperties: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="AuthorizationFailure" Message="This request is...