sparse-intern-71089
10/31/2018, 5:54 PMstocky-spoon-28903
10/31/2018, 5:57 PMstocky-spoon-28903
10/31/2018, 6:26 PMconst cidrs = ["10.0.1.0/24", "10.0.2.0/24"]
const publicSubnets = cirds.map((cidr, index) => {
return new aws.ec2.Subnet(`subnet-${index}`, {
vpcId: "soemthing",
cidrBlock: cidr
});
});