pulumi/tests/testdata/codegen/transpiled_examples/stackreference-consumer-pp/python/stackreference-consumer.py

5 lines
212 B
Python

import pulumi
stack_ref = pulumi.StackReference("stackRef", stack_name="PLACEHOLDER_ORG_NAME/stackreference-producer/PLACEHOLDER_STACK_NAME")
pulumi.export("referencedImageName", stack_ref.outputs["imageName"])