Add Databricks Terraform skill for infrastructure-as-code automation#164
Open
subhadip18 wants to merge 1 commit intodatabricks-solutions:mainfrom
Open
Conversation
Collaborator
|
@subhadip18 thank you for the contribution! Would you be willing to trim the PR? We are looking to reduce context bloat as possible So wherever for instance your PR references other services that we support in other skills, we can chop! |
Author
|
@calreynolds: Since this is for Terraform skill, we do not have any existing skill which cover Terraform specific skills yet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Databricks Terraform skill to the AI Dev Kit so developers can get AI-assisted generation, validation, and management of Databricks infrastructure using the Databricks Terraform Provider.
What's included
This skill guides:
Workspace deployment — AWS, Azure, and GCP (basic and PrivateLink/Private Link/PSC)
Provider configuration & authentication — PAT, OAuth, service principals, and multi-provider (account + workspace) patterns for all clouds
Unity Catalog — metastore, storage credentials, external locations, catalogs, schemas, and grants
Databricks resources — clusters, jobs, SQL warehouses, notebooks, secrets, cluster policies, Databricks Apps, Mosaic AI Vector Search
IAM & permissions — users, groups, service principals, workspace permissions
Lakebase (managed Postgres) — Classic (databricks_database_instance) and Autoscaling (databricks_postgres_project / databricks_postgres_branch / databricks_postgres_endpoint) with HA, PITR, branching, and suspend-on-idle
Design patterns — modular layout, remote state (S3/Azure Blob/GCS), common pitfalls and fixes