This repository contains Terraform for provisioning StackBlitz resources on popular infrastructure management platforms. AWS and Azure are currently supported with more to come.
- Choose your infrastructure platform and navigate to the corresponding directory
- create a
terraform.tfvarsfile and define variables as documented invariables.tf - ensure you've properly configured authentication for your infra provider (via it's own cli)
- run
terrafom apply