An open API service indexing awesome lists of open source software.

https://github.com/clouddrove/terraform-azure-databricks

This terraform module is designed to create Azure Databricks resources. Azure Databricks is a fully managed first-party service that enables an open data lakehouse in Azure.
https://github.com/clouddrove/terraform-azure-databricks

azure azure-databricks azure-modules azurerm clouddrove devops hcl terraform terraform-azure terraform-azurerm terraform-modules

Last synced: 5 months ago
JSON representation

This terraform module is designed to create Azure Databricks resources. Azure Databricks is a fully managed first-party service that enables an open data lakehouse in Azure.

Awesome Lists containing this project

README

          

> ⚠️ **Module Deprecated – Repository Moved**

This Terraform module is no longer maintained under the **CloudDrove** organization:

**Old repository:** https://github.com/clouddrove/terraform-azure-databricks

The module has been permanently migrated to the **terraform-az-modules** organization:

**➡️ New home:** https://github.com/terraform-az-modules/terraform-azurerm-databricks

---

## What This Means

- ✅ Existing deployments will continue to work without interruption.
- 🛠 No fix backported to this old repo (if needed).
- 🚫 No new features or enhancements will be added here.
- 📦 All **new deployments and upgrades MUST use the module from `terraform-az-modules`**.

---

## How to Migrate

Simply update the `source` reference in your Terraform configuration.

### If you are using a Git source:

**Before (CloudDrove org):**
```hcl
module "example" {
source = "clouddrove/databricks/azure"
}
```

**After (Terraform-az-modules org):**
```hcl
module "example" {
source = "terraform-az-modules/databricks/azurerm"
}
```
## 📌 Issues, Discussions & Pull Requests

Going forward:

- 🚀 **All issues, feature requests, and pull requests must be created in the new repository:**
**https://github.com/terraform-az-modules/terraform-azurerm-databricks**

- 📚 This old **CloudDrove** repository is now **read-only**, retained only for historical reference.