Skip to content

Conversation

@zeerak-aziz
Copy link
Collaborator

This PR finalizes the GitHub Actions setup for Databricks sandbox environments.

Deploy:

  • Triggered on PR to main or sandbox/**
  • Provisions full Databricks sandbox (workspace, VPC, IAM, Unity Catalog, etc.)
  • Uses terraform init, plan, and apply

Destroy:

  • Triggered when PR title contains the word destroy
  • Runs terraform destroy -auto-approve
  • Cleanly tears down all associated AWS + Databricks resources

Secrets managed via GitHub Environments
Full setup and usage instructions added to README

Engineers can now:

  • Spin up isolated sandboxes per branch
  • Tear them down via PR title
  • Work independently with minimal infra overhead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants