pulumi/lib/aws/index.ts
joeduffy 3c082ce20e Modularize the AWS proof of concept stacks
And get them building.  Mostly.
2016-12-12 15:35:56 -08:00

5 lines
103 B
TypeScript

// Copyright 2016 Marapongo, Inc. All rights reserved.
import * as ec2 from './ec2';
export { ec2 };