get_module_details
Retrieve detailed information about Terraform modules including inputs, outputs, and resources to understand module specifications and requirements.
Instructions
Get detailed information about a specific Terraform module.
Args:
namespace: Module namespace/publisher (e.g., 'terraform-aws-modules')
name: Module name (e.g., 'vpc')
provider: Provider name (e.g., 'aws')
version: Module version (default: 'latest')
Returns:
Dictionary containing detailed module information including inputs, outputs, resources
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| name | Yes | ||
| provider | Yes | ||
| version | No | latest |