get_stack_outputs
Retrieve stack outputs and cross-stack exports parsed from local IaC files for wiring cross-stack references.
Instructions
Returns all stack outputs and cross-stack exports parsed from local IaC files: Terraform output blocks and CloudFormation/CDK Outputs sections, with name, description, export name, and the raw value expression. Call this when wiring cross-stack references (Fn::ImportValue, terraform_remote_state) or when you need the exported name of a resource defined in another stack. Do NOT call for live resource attributes — outputs come from local IaC files, not the deployed stack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||