Skip to main content
Glama

IaC Memory MCP Server

by AgentWong

update_provider_version

Update Terraform provider version details, including new version, source URL, and documentation links, ensuring accurate and up-to-date IaC resource management within the Infrastructure-as-Code framework.

Instructions

Update an existing Terraform provider's version information and documentation links

Input Schema

NameRequiredDescriptionDefault
new_doc_urlNoNew documentation URL
new_source_urlNoNew source URL
new_versionYesNew version
provider_nameYesName of the provider

Input Schema (JSON Schema)

{ "description": "Update an existing Terraform provider's version information and documentation links", "properties": { "new_doc_url": { "description": "New documentation URL", "type": "string" }, "new_source_url": { "description": "New source URL", "type": "string" }, "new_version": { "description": "New version", "type": "string" }, "provider_name": { "description": "Name of the provider", "type": "string" } }, "required": [ "provider_name", "new_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-project'

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