tf_generate_module
Generate a Terraform module with main, outputs, and provider configuration for specified cloud provider and resource type, giving a ready-to-use infrastructure foundation.
Instructions
Generate a Terraform module with main, outputs, and provider configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| provider | Yes | Cloud provider (aws, gcp, azure) | |
| module_name | Yes | Name of the Terraform module | |
| resource_type | Yes | Primary resource type to manage |