Skip to content

Commit

Permalink
chore(amazon/serverGroup): Export server group config interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Reynolds committed Mar 1, 2018
1 parent 8ef9acc commit 6dcedb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './serverGroupConfiguration.service';
1 change: 1 addition & 0 deletions app/scripts/modules/amazon/src/serverGroup/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './configure';
export * from './details/scalingPolicy/ScalingPolicyTypeRegistry';
export * from './details/scalingPolicy/scalingPolicy.write.service';
export * from './details/sections';

0 comments on commit 6dcedb7

Please sign in to comment.