terraform-databricks-examples icon indicating copy to clipboard operation
terraform-databricks-examples copied to clipboard

Examples of using Terraform to deploy Databricks resources

Results 71 terraform-databricks-examples issues
Sort by recently updated
recently updated
newest added
trafficstars

In some aws accounts the creation of VPCs and Subnets may be blocked by a policy. It would be great if the modules would have the `create_vpc` option as a...

aws

The Provisioning Azure Databricks with Private Link - Simplified Deployment has references to two Azure resources that are not required for this deployment and lead to confusion with customers. In...

documentation
azure

Hi! I presume the goal of https://github.com/databricks/terraform-databricks-examples/blob/v0.2.17/examples/aws-workspace-with-firewall/README.md is to provision several Databricks clusters with AZ replication as distinct services across separate subnets. The problem is the CIDR blocks of `10.4.0.0/22`...

documentation
aws

adb-unity-catalog-basic-demo needs a workspace to begin with but with the new Unity by default feature we get a metastore created when the first workspace is launched in Azure Databricks for...

azure

databricks_catalog.dev: Creating... ╷ │ Error: cannot create catalog: User does not have CREATE CATALOG on Metastore 'primary'. │ │ with databricks_catalog.dev, │ on main.tf line 140, in resource "databricks_catalog" "dev":...

azure

Please refer to https://stackoverflow.com/questions/77440091/databricks-unity-catalog-error-cannot-create-metastore-data-access I am wondering if we should create Metastore without root storage that way we force the root storage at a catalog level to enforce strict seperation...

azure

See https://github.com/databricks/terraform-provider-databricks/pull/3124 for context

aws

In many deployments resource groups could be already pre-created by infra teams and actual deployment principal may not have an ability to create new resource group. It would be useful...

azure

Right now, modules like `adb-exfiltration-protection`, `aws-exfiltration-protection`, and others contain everything - both hub and spoke environments + workspaces definition. It's not very modular, so you can't deploy additional spokes, or...