This message was deleted.
# python
s
This message was deleted.
b
is file2.py in the same Pulumi project, or a new one?
r
hi, the same one
a
are they two different stacks?
Copy code
import pulumi

config = pulumi.Config()
stack = pulumi.get_stack()
org = config.require("org")

stack_ref = pulumi.StackReference(f"{org}/my-first-app/{stack}")

pulumi.export("shopUrl", stack_ref.get_output("url"))