Terrakube MCP Server

by AzBuilder
Verified

create-workspace

Generate a new workspace in a specified organization with defined Terraform version, name, and optional VCS settings using the Terrakube MCP Server.

Instructions

Creates a new workspace in the specified organization

Input Schema

NameRequiredDescriptionDefault
descriptionNoWorkspace description
nameYesWorkspace name
organizationIdYesOrganization ID
terraformVersionYesTerraform version
vcsProviderNoVCS provider (e.g., github, gitlab)
vcsRepoNoVCS repository URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Workspace description", "type": "string" }, "name": { "description": "Workspace name", "type": "string" }, "organizationId": { "description": "Organization ID", "type": "string" }, "terraformVersion": { "description": "Terraform version", "type": "string" }, "vcsProvider": { "description": "VCS provider (e.g., github, gitlab)", "type": "string" }, "vcsRepo": { "description": "VCS repository URL", "type": "string" } }, "required": [ "organizationId", "name", "terraformVersion" ], "type": "object" }

You must be authenticated.

Other Tools from Terrakube MCP Server

Related Tools

ID: lomk5z9d0a