Terraform modules that provide a consistent interface for provisioning cloud resources across AWS, GCP, Azure (coming soon) and Neon.
- Storage - Object storage buckets (AWS S3, GCP Storage)
- Compute - Serverless functions and containers (AWS Lambda, AWS Fargate, GCP Cloud Run)
- Database - Managed databases (Neon PostgreSQL)
- CDN - Content delivery networks (AWS CloudFront, GCP CDN)
- Networking - Load balancers and VPCs (AWS only)
- Identity - IAM roles and service accounts (AWS IAM Role, GCP Service Account)
- Pre-built Terraform modules for common cloud resources
- Automatic dependency resolution - services get the IAM roles or service accounts they need
- Outputs include connection details your application needs (endpoints, credentials, etc.)
- (Optional) Go SDKs for exposing resources to client applications