Skip to main content
Glama

Terraform Registry MCP Server

by thrashr888

resourceArgumentDetails

Retrieve detailed information about a specific resource type's arguments, including name, type, description, and requirements, to streamline Terraform configurations.

Instructions

Fetches details about a specific resource type's arguments, including name, type, description, and requirements.

Input Schema

NameRequiredDescriptionDefault
namespaceYesProvider namespace (e.g. 'hashicorp')
providerYesProvider name (e.g. 'aws')
resourceYesResource name (e.g. 'aws_instance')

Input Schema (JSON Schema)

{ "properties": { "namespace": { "description": "Provider namespace (e.g. 'hashicorp')", "type": "string" }, "provider": { "description": "Provider name (e.g. 'aws')", "type": "string" }, "resource": { "description": "Resource name (e.g. 'aws_instance')", "type": "string" } }, "required": [ "provider", "namespace", "resource" ], "type": "object" }
Install Server

Other Tools from Terraform Registry MCP Server

Related Tools

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/thrashr888/terraform-mcp-server'

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