alexott / dbx-stable-url

A small Terraform Repository to create Stable URL infrastructure in AWS and Azure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbx-stable-url

A small Terraform Repository to create Stable URL infrastructure for Databricks workspaces in AWS and Azure. See blog here.

Required Tools:

  • Terraform
  • Access to AWS or Azure environment where Databricks workspaces are deployed
  • AWS or Azure CLI

Instructions

From the AWS or Azure example folder, update the variables.tf file (if using AWS, also update databricks_warehouse_function.js) and then run terraform. This will create the CDN infrastructure required to maintain a stable URL across two separate workspaces.

Note: this repo is provided as-is and as an example only. You will likely need to update the provided infrastructure to add appropriate security settings, company-mandated tags, etc.

About

A small Terraform Repository to create Stable URL infrastructure in AWS and Azure.

License:Apache License 2.0


Languages

Language:HCL 95.4%Language:JavaScript 4.6%