Terrakube MCP Server

by AzBuilder
Verified

edit-module

Modify module details like name, description, provider, and registry URL in the Terrakube MCP Server to ensure accurate infrastructure management.

Instructions

Updates an existing module's details

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew module description
moduleIdYesModule ID
nameNoNew module name
organizationIdYesOrganization ID
providerNoNew provider name
registryNoNew registry URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "New module description", "type": "string" }, "moduleId": { "description": "Module ID", "type": "string" }, "name": { "description": "New module name", "type": "string" }, "organizationId": { "description": "Organization ID", "type": "string" }, "provider": { "description": "New provider name", "type": "string" }, "registry": { "description": "New registry URL", "type": "string" } }, "required": [ "organizationId", "moduleId" ], "type": "object" }

You must be authenticated.

Other Tools from Terrakube MCP Server

Related Tools

ID: lomk5z9d0a