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.
- Host: GitHub
- URL: https://github.com/clouddrove/terraform-azure-databricks
- Owner: clouddrove
- License: apache-2.0
- Created: 2023-02-09T11:50:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-11-19T15:12:56.000Z (7 months ago)
- Last Synced: 2026-01-30T15:29:47.519Z (5 months ago)
- Topics: azure, azure-databricks, azure-modules, azurerm, clouddrove, devops, hcl, terraform, terraform-azure, terraform-azurerm, terraform-modules
- Language: HCL
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.