Skip to main content
Glama

terraform-cloud-mcp

get_state_version

Retrieve detailed information about a specific Terraform state version, including status, download URLs, and resource metadata, via the Terraform Cloud MCP server API.

Instructions

Get details for a specific state version.

Retrieves comprehensive information about a state version including its status, download URLs, and resource information.

API endpoint: GET /state-versions/

Args: state_version_id: The ID of the state version to retrieve (format: "sv-xxxxxxxx")

Returns: State version details including status, timestamps, and resource metadata

See: docs/tools/state_versions.md for reference documentation

Input Schema

NameRequiredDescriptionDefault
state_version_idYes

Input Schema (JSON Schema)

{ "properties": { "state_version_id": { "title": "State Version Id", "type": "string" } }, "required": [ "state_version_id" ], "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/severity1/terraform-cloud-mcp'

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