Skip to main content
Glama

terraform-cloud-mcp

list_state_version_outputs

Retrieve and paginate outputs for a specific Terraform state version, including name, value, and sensitivity details, via the designated API endpoint.

Instructions

List outputs for a state version.

Retrieves a paginated list of all outputs for a specific state version. These outputs include name, value, and sensitivity information.

API endpoint: GET /state-versions//outputs

Args: state_version_id: The ID of the state version (format: "sv-xxxxxxxx") page_number: The page number to return (default: 1) page_size: The number of items per page (default: 20, max: 100)

Returns: Paginated list of state version outputs with name, value, and sensitivity information

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

Input Schema

NameRequiredDescriptionDefault
page_numberNo
page_sizeNo
state_version_idYes

Input Schema (JSON Schema)

{ "properties": { "page_number": { "default": 1, "title": "Page Number", "type": "integer" }, "page_size": { "default": 20, "title": "Page Size", "type": "integer" }, "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