https://github.com/nitrictech/plugins
https://github.com/nitrictech/plugins
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nitrictech/plugins
- Owner: nitrictech
- License: mit
- Created: 2025-07-02T01:10:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-23T04:07:37.000Z (9 months ago)
- Last Synced: 2026-01-12T16:29:29.388Z (6 months ago)
- Language: HCL
- Size: 116 KB
- Stars: 1
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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