Hi I am trying to reference a pulumi stack in a st...
# general
q
Hi I am trying to reference a pulumi stack in a standalone python script. I am using config= pulumi.StackReference(mystack_name) but not able to use any output variables exported in that stack. Anyone tried this approach to reference a pulumi stack in Python code?