search_modules
Find and filter Terraform modules by name, keywords, or provider in the public registry to support infrastructure as code development.
Instructions
Search for Terraform modules in the public registry.
Args:
query: Search query string (module name or keywords)
provider: Filter by provider (e.g., 'aws', 'azurerm', 'google')
offset: Pagination offset (default: 0)
limit: Maximum results to return (default: 20, max: 50)
Returns:
Dictionary containing search results with module names, providers, descriptions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| provider | No | ||
| offset | No | ||
| limit | No |