Configuration to Initialize Zipline Infrastructure
We are using OpenTofu to manage the infrastructure
To work with this repo you'll need a few tools installed on your laptop.
- Install asdf
asdf plugin add asdf-plugin-managerasdf install asdf-plugin-manager latestasdf-plugin-manager add-all(see.plugin-versionsfor required plugins)asdf-plugin-manager update-allasdf install(see.tool-versionsfor required applications)
Initialize to gcloud and select the project you want to use
gcloud auth application-default logingcloud init
Enter the zipline-gcp directory and initialize the infrastructure
cd zipline-gcptofu inittofu applyFill in your company name as the customer_name variable and select the region you want to deploy to.
Initialize to and select the project you want to use
aws configure sso
Enter the AWS orchestration wrapper directory and initialize the infrastructure
cd aws/zipline-orchestration../../pull_crucible_config.sh awstofu init -reconfigure -backend-config=backend.hcltofu applyFill in your company name as the customer_name variable and select the region you want to deploy to.