Skip to content

Commit

Permalink
fix(amazon/serverGroup): Add spelLoadbalancers to IAmazonServerGroupC…
Browse files Browse the repository at this point in the history
…ommand (#5025)
  • Loading branch information
christopherthielen committed Mar 19, 2018
1 parent 17db342 commit c2fc1e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export interface IAmazonServerGroupCommand extends IServerGroupCommand {
useAmiBlockDeviceMappings: boolean;
targetGroups: string[];
spelTargetGroups: string[];
spelLoadBalancers: string[];

getBlockDeviceMappingsSource: () => IBlockDeviceMappingSource;
selectBlockDeviceMappingsSource: (selection: string) => void;
Expand Down

0 comments on commit c2fc1e3

Please sign in to comment.