An open API service indexing awesome lists of open source software.

https://github.com/nitrictech/plugins


https://github.com/nitrictech/plugins

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          





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


Documentation
Releases

# 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