sparse-intern-71089
10/10/2019, 8:58 PMacceptable-army-69872
10/10/2019, 9:31 PMconst vpc = new awsx.ec2.Vpc("pulumiTest", {
cidrBlock: "10.50.0.0/24",
subnets: [
{ type: "public" },
{ type: "private" }
],
tags: {
Name: `vpn-test-vpc`,
},
});
acceptable-army-69872
10/10/2019, 9:32 PMhandsome-actor-1155
10/10/2019, 9:32 PM