early-analyst-76866
11/15/2022, 7:52 AMCurrent stack outputs (1):
OUTPUT VALUE
vid vpc-0515230c3d5f949a8
I am able to reference my stack using stack_ref = pulumi.StackReference("PulumiPlay-dev")
but I am not sure how to print the value of vid now. I have tried using the get_output
method but it is not returning anything.rapid-tomato-50806
11/19/2022, 4:04 AMvid = stack_ref.get_output("vid")