tf_output
Retrieve Terraform output values from the current state. Returns all outputs as JSON or a specific output by name.
Instructions
Read Terraform output values from the current state. Returns all outputs as JSON, or a specific output by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Specific output name to retrieve. Omit to get all outputs. | |
| workdir | Yes | Absolute or relative path to the directory containing .tf files | |
| workspace | No | Terraform workspace to use (default: current workspace) |