get_state_version_output
Retrieve detailed information about a specific state version output, including its name, value, type, and sensitivity status, using the Terraform Cloud API.
Instructions
Get details for a specific state version output.
Retrieves comprehensive information about a state version output including its name, value, type, and sensitivity information.
API endpoint: GET /state-version-outputs/
Args: state_version_output_id: The ID of the state version output (format: "wsout-xxxxxxxx")
Returns: State version output details including name, value, type, and sensitivity information
See: docs/tools/state_version_outputs.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
state_version_output_id | Yes |