Skip to content

braintrustdata/terraform-azure-braintrust-data-plane

Repository files navigation

Braintrust Data Plane for Azure

NOTE: This module is not production ready. It is a work in progress and actively being developed.

This Terraform module deploys the Braintrust data plane on Azure. It creates all the necessary infrastructure to run Braintrust in your own Azure subscription.

Architecture

This module creates the following resources:

  • Azure Resource Group
  • Virtual Networks (Main and Quarantine)
  • Azure Database for PostgreSQL
  • Azure Cache for Redis
  • Azure App Service for API handlers
  • Azure Key Vault for secrets management

Usage

module "braintrust_data_plane" {
  source = "github.com/braintrust-ai/terraform-azure-braintrust-data-plane"

  braintrust_org_name = "your-org-name"
  deployment_name     = "braintrust"
  location            = "eastus2"
}

About

Module to set up the Braintrust data plane in an Azure subscription

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages