analyze_terraform_performance
Identify performance risks and optimization opportunities in Terraform code by analyzing state size, workspace count, and provider API rate limits.
Instructions
Analyze Terraform code for performance risks and optimization opportunities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| terraformCode | Yes | Terraform code used for performance-focused heuristics. | |
| stateSizeMb | No | Optional state size in MB for scale-aware recommendations. | |
| workspaceCount | No | Optional number of workspaces sharing the same root stack. | |
| providerRateLimitSensitive | No | When true, emphasize provider API throttling protections. |