Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.41 KB

File metadata and controls

32 lines (25 loc) · 1.41 KB

Shows a black logo in light color mode and a white one in dark color mode.

DocumentationReleases

Suga Infrastructure Plugins

Terraform modules that provide a consistent interface for provisioning cloud resources across AWS, GCP, Azure (coming soon) and Neon.

Plugin Categories

  • 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)

What These Plugins Do

  • 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