TerraGuard
TerraGuard analyzes Terraform HCL code or diffs and returns structured JSON identifying security risks before they reach production. What it detects: - Overpermissioned IAM (wildcards, admin roles) - Security Groups open to 0.0.0.0/0 - Unencrypted storage (S3, RDS, EBS) - Public access on private resources - Missing logging and monitoring - Hardcoded secrets, API keys, passwords Use cases: -…
TerraGuard endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Returns the current status of the TerraGuard service. |
| POST |
Detect Hardcoded Secrets /secrets |
Scans Terraform HCL code for hardcoded secrets, credentials, API keys, passwords, and tokens. Returns structured findings with severity and remediation guidance. |
| POST |
Analyze HCL Security /analyze |
Analyzes Terraform HCL code or diff and returns structured security findings. Detects overpermissioned IAM, open Security Groups, unencrypted storage, missing logging, and… |
TerraGuard pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $19 / month | — |
|
| ULTRA | $59 / month | — |
|