anyone had success importing an aws vpc?
# general
l
anyone had success importing an aws vpc?
f
Are you having trouble importing a vpc? You should be able to use the
import
parameter in
CustomResourceOptions
like so
Copy code
const vpc = new aws.ec2.Vpc("vpc-name", {
    ...
}, {
    import: "vpc-id"
})