Reusable Terraform modules for deploying the JuliaHub platform on public cloud providers.
| Cloud | Module | Description |
|---|---|---|
| Azure | azure/ | Complete Azure infrastructure: AKS, PostgreSQL, Azure Files, Blob Storage, networking |
Each cloud module is a self-contained Terraform root module. See the README in the respective directory for prerequisites, configuration, and deployment instructions.
cd azure/
cp terraform.tfvars.example terraform.tfvars
# Edit terraform.tfvars with your values
terraform init
terraform plan
terraform applyProprietary. Copyright JuliaHub, Inc.