---
title: "Build a Governed Databricks Workspace with Pulumi"
url: https://daily.dev/posts/build-a-governed-databricks-workspace-with-pulumi-kf0ieqncw
source_url: https://www.pulumi.com/blog/end-to-end-databricks-with-pulumi
type: article
source: "Pulumi"
published: 2026-06-25T00:34:06.750Z
updated: 2026-06-25T00:34:28.917Z
tags: ["typescript", "big-data", "iac", "databricks", "pulumi"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Build a Governed Databricks Workspace with Pulumi

**[Pulumi](https://daily.dev/sources/pulumi)** · 5 min read · 0 upvotes · 0 comments

## Summary

Platform teams managing Databricks at scale often struggle with inconsistent cluster policies, runaway costs, and security gaps from manual configuration. This tutorial shows how to use Pulumi with the @pulumi/databricks provider to provision a governed workspace baseline in TypeScript, covering cluster policies (interactive and job), a shared cluster with group permissions, secret scopes with ACLs, a workspace notebook, and a scheduled nightly ETL job. Credentials are managed via Pulumi ESC. The pattern supports multi-stack promotion workflows (dev → prod) so governance controls travel through the same review path as application code.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.pulumi.com/blog/end-to-end-databricks-with-pulumi>

## Similar posts on daily.dev

- [Beyond YAML in Kubernetes: The 2026 Automation Era](https://daily.dev/posts/beyond-yaml-in-kubernetes-the-2026-automation-era-0a0hgzsbj) · Pulumi · 5 upvotes · 0 comments
- [Workspaces in Seconds: Introducing Serverless Workspaces](https://daily.dev/posts/workspaces-in-seconds-introducing-serverless-workspaces-kxuolycal) · databricks · 0 upvotes · 0 comments
- [Five Stacks Before Lunch: The Parallel Coding Playbook for Pulumi](https://daily.dev/posts/five-stacks-before-lunch-the-parallel-coding-playbook-for-pulumi-aqteaezh2) · Pulumi · 0 upvotes · 0 comments
- [Build an EKS Environment Factory with Pulumi and vCluster](https://daily.dev/posts/build-an-eks-environment-factory-with-pulumi-and-vcluster-knxgztboc) · Pulumi · 0 upvotes · 1 comments
- [Serverless Workspaces in Azure Databricks is now Generally Available](https://daily.dev/posts/serverless-workspaces-in-azure-databricks-is-now-generally-available-gefdwoome) · databricks · 0 upvotes · 0 comments

---

Tags: [#typescript](https://daily.dev/tags/typescript), [#big-data](https://daily.dev/tags/big-data), [#iac](https://daily.dev/tags/iac), [#databricks](https://daily.dev/tags/databricks), [#pulumi](https://daily.dev/tags/pulumi)

[View this post on daily.dev](https://daily.dev/posts/build-a-governed-databricks-workspace-with-pulumi-kf0ieqncw)
