prehistoric-book-85014
08/18/2022, 9:21 PMbillowy-army-68599
08/18/2022, 11:13 PMambitious-father-68746
08/19/2022, 11:22 AMpulumi stack output
what you're looking for @prehistoric-book-85014?prehistoric-book-85014
08/25/2022, 9:35 AMHey guys sorry for the delay!
Regarding my question, for example I want to upload a resource and be able to print any element of it like "arn"
ambitious-father-68746
08/25/2022, 10:39 AMresource = ...
pulumi.export(
"resource_arn",
resource.arn,
)
You'll then have this as an output of the stack and it will be printed by default when doing a pulumi up. You can also use this to share values between stacks.