Hi , I am new in Pulumi. I want to use outputs of ...
# general
g
Hi , I am new in Pulumi. I want to use outputs of one stack : pulumi.export('vpc_id', vpc.id) pulumi.export('public_subnet_id', public_subnet.id) , in another stack that is creating ec2. I wish to pass the outputs of this and use in ec2 stack. How to do this?
v
g
Thanks !!
@victorious-church-57397 How to pass that value in vpc_id ?