What this does
asymptote-integrations provisions the infrastructure needed to run supported Asymptote integrations in your own cloud environment.
Clone the repository
Start by cloning the infrastructure repository locally:Installation flow
Choose a cloud provider
Start with a cloud provider guide. GCP is the only supported provider today.
Fill the base provider config
Complete the shared config file for your provider. For GCP, that file is
providers/gcp/config/install-gcp.yaml.Run the base installer
Run the shared provider installer from the repository root and approve infrastructure changes when prompted. For GCP, use
./providers/gcp/install-gcp.sh.generated/gcp/<project-id>/install-state.json. Integration installers use that file as the handoff between the shared provider setup and the integration-specific setup.

