https://pulumi.com logo
#aws
Title
a

acoustic-spring-42110

05/27/2022, 5:35 PM
The same stack! And I think I discovered that I can just import the
vpc
and wrap it like this (typescript):
Copy code
const vpc = new awsx.ec2.Vpc("vpc", {vpc: infraRef.getOutput("vpc") as any})
2 Views