Marc_Gibson96
Contributor

Hi Ajay,

This is something that you could set-up using any provider that supports CI/CD pipelines that you can install and run Databricks CLI commands on (e.g GitHub Actions, Azure DevOps, and so on) Historically, I have used Azure DevOps to drive this between Databricks and the IAC repository, but the pattern should remain the same regardless of what provider you use. ( Here is a great blog from Microsoft that sums up one approach: Deploy and Manage Azure Databricks Infrastructure using Terraform and Azure Devops pipeline )

If your use case permits it, I would recommend using Databricks Asset Bundles over using Terraform provider as this will open up more deployment options and provide the to deploy IaC from Databricks Workspace UI.