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
Name | Required | Description | Default |
---|---|---|---|
page_number | No | ||
page_size | No | ||
state_version_id | Yes |