Multi-Cloud Deployment
Terraform modules are provided for:
- AWS:
deploy/terraform/aws - GCP:
deploy/terraform/gcp - Azure:
deploy/terraform/azure
Module Scope
Each cloud module provisions cloud infrastructure and Kubernetes resources needed for Thermocline deployments.
Typical Workflow
cd deploy/terraform/<cloud>
terraform init
terraform apply
Then deploy/upgrade Thermocline charts/manifests according to your release process.
Important
Treat these modules as infrastructure building blocks. Always run full application validation gates after provisioning.