tf_generate_variables
Generate Terraform variable definitions with validation and descriptions for a module. Provide module name and variable names to get ready-to-use variable blocks.
Instructions
Generate Terraform variable definitions with validation and descriptions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| variables | Yes | List of variable names to generate | |
| module_name | Yes | Name of the module | |
| include_defaults | No | Include default values |