search_providers
Search for Terraform providers in the public registry using queries, tier filters, and pagination to find infrastructure automation tools.
Instructions
Search for Terraform providers in the public registry.
Args:
query: Search query (provider name or keywords, optional)
tier: Filter by tier ('official', 'partner', 'community', optional)
offset: Pagination offset (default: 0)
limit: Maximum results to return (default: 20, max: 100)
Returns:
Dictionary containing provider search results
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| tier | No | ||
| offset | No | ||
| limit | No |