
Terraform Registry
Connects to the Terraform Registry API to look up provider details, resource examples, module recommendations, and schema information for infrastructure-as-code projects.
119358 views22RemoteLocal (stdio)
What it does
- Search for Terraform modules and policies
- Get provider details and documentation
- Retrieve resource usage examples
- List data sources for providers
- Get resource argument specifications
- Access provider upgrade guides
Best for
DevOps engineers writing Terraform configurationsInfrastructure developers exploring new providersTeams standardizing on Terraform modules
No API key needed10+ registry toolsArchived in favor of official HashiCorp version
Tools (10)
providerDetails
Get detailed information about a Terraform provider by name and optionally version.
resourceUsage
Get an example usage of a Terraform resource and related resources.
moduleSearch
Search for and recommend Terraform modules based on a query.
listDataSources
List all available data sources for a provider and their basic details.
resourceArgumentDetails
Fetches comprehensive details about a specific resource type's arguments, including required and optional attributes, nested blocks, and their descriptions.