cloudforge_generate_terraform
Convert natural-language cloud architecture descriptions into ready-to-use Terraform HCL files for Azure, AWS, or GCP deployments.
Instructions
Generate Terraform HCL from a natural-language architecture description. Returns ready-to-use .tf files for Azure, AWS, or GCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Architecture description (e.g. 'Azure App Service + SQL DB + Redis, production, UK South'). Include region, SKU preferences, scaling needs, networking constraints. | |
| provider | Yes | Cloud provider to target. | |
| diagram_json | No | Optional: JSON of existing diagram nodes/edges to use as base. |