Skip to main content
Glama

AWS Terraform MCP Server

by stv-io

SearchUserProvidedModule

Analyze Terraform registry modules to retrieve comprehensive details on inputs, outputs, and usage. Specify module URL, version, and variables for targeted insights within AWS infrastructure workflows.

Instructions

Search for a user-provided Terraform registry module and understand its inputs, outputs, and usage.

This tool takes a Terraform registry module URL and analyzes its input variables, output variables, README, and other details to provide comprehensive information about the module. The module URL should be in the format "namespace/name/provider" (e.g., "hashicorp/consul/aws") or "registry.terraform.io/namespace/name/provider". Examples: - To search for the HashiCorp Consul module: search_user_provided_module(module_url='hashicorp/consul/aws') - To search for a specific version of a module: search_user_provided_module(module_url='terraform-aws-modules/vpc/aws', version='3.14.0') - To search for a module with specific variables: search_user_provided_module( module_url='terraform-aws-modules/eks/aws', variables={'cluster_name': 'my-cluster', 'vpc_id': 'vpc-12345'} ) Parameters: module_url: URL or identifier of the Terraform module (e.g., "hashicorp/consul/aws") version: Optional specific version of the module to analyze variables: Optional dictionary of variables to use when analyzing the module Returns: A SearchUserProvidedModuleResult object containing module information

Input Schema

NameRequiredDescriptionDefault
module_urlYesURL or identifier of the Terraform module (e.g., "hashicorp/consul/aws")
variablesNoVariables to use when analyzing the module
versionNoSpecific version of the module to analyze

Input Schema (JSON Schema)

{ "properties": { "module_url": { "description": "URL or identifier of the Terraform module (e.g., \"hashicorp/consul/aws\")", "title": "Module Url", "type": "string" }, "variables": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "description": "Variables to use when analyzing the module", "title": "Variables" }, "version": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Specific version of the module to analyze", "title": "Version" } }, "required": [ "module_url" ], "title": "search_user_provided_moduleArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stv-io/aws-terraform-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server