handsome-actor-1155
10/10/2019, 8:58 PMconst vpc = new awsx.ec2.Vpc("demo-vpc", {numberOfAvailabilityZones: 3});
acceptable-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`,
},
});
handsome-actor-1155
10/10/2019, 9:32 PM