Skip to content

Commit

Permalink
fix:(aws-ec2): correct InstanceSize.Nano spelling (#2215)
Browse files Browse the repository at this point in the history
Fixes #2214

BREAKING CHANGE: `aws-ec2.InstanceSize.None` was renamed to `InstanceSize.Nano`
  • Loading branch information
vadimzak authored and Elad Ben-Israel committed Apr 11, 2019
1 parent 12a118c commit d22a154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ec2/lib/instance-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export enum InstanceClass {
* What size of instance to use
*/
export enum InstanceSize {
None = 'nano',
Nano = 'nano',
Micro = 'micro',
Small = 'small',
Medium = 'medium',
Expand Down

0 comments on commit d22a154

Please sign in to comment.