Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

get_resource_version_compatibility

Check resource compatibility across Terraform provider versions to ensure accurate configurations and avoid versioning conflicts. Use provider name, resource name, and target version as inputs for precise validation.

Instructions

Check resource compatibility across provider versions

Input Schema

NameRequiredDescriptionDefault
provider_nameYesName of the Terraform provider
resource_nameYesName of the resource to check
versionYesTarget provider version to check compatibility against

Input Schema (JSON Schema)

{ "description": "Check resource compatibility across provider versions", "properties": { "provider_name": { "description": "Name of the Terraform provider", "type": "string" }, "resource_name": { "description": "Name of the resource to check", "type": "string" }, "version": { "description": "Target provider version to check compatibility against", "type": "string" } }, "required": [ "provider_name", "resource_name", "version" ], "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/AgentWong/iac-memory-mcp-server'

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