The same stack! And I think I discovered that I can just import the `vpc` and wrap it like this (ty...
a
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})