great-portugal-52558
04/02/2024, 4:52 PMStackReference does but outside the pulumi up context? I have some scripts that require dynamodb table names, S3 bucket names as inputs, and these are dynamically created and stored in the pulumi state.
My issue:
https://github.com/pulumi/pulumi/issues/15844lively-crayon-44649
04/02/2024, 5:05 PMpulumi.automation.Stack for instance and call outputs to get the outputs from the last up operation https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/classes/automation.Stack.html#outputslively-crayon-44649
04/02/2024, 5:06 PMpulumi stack output will show you the outputs from the last up)great-portugal-52558
04/02/2024, 5:23 PM