```export const vpc = new aws.ec2.Vpc("importedVpc...
# aws
c
Copy code
export const vpc = new aws.ec2.Vpc("importedVpc", {
    cidrBlock: config.require('cidr'),
}, { import: "vpc-##################"})