Skip to content

Commit

Permalink
fix(provider/cf): show SG and Instance info with LoadBalancers (#6224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelchio authored and jkschneider committed Dec 18, 2018
1 parent 1d7f0c0 commit 294df78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class CloudFoundryLoadBalancerTransformer {
loadBalancer.serverGroups.forEach(serverGroup => {
serverGroup.account = loadBalancer.account;
serverGroup.region = loadBalancer.region;
serverGroup.cloudProvider = loadBalancer.provider;

if (serverGroup.detachedInstances) {
serverGroup.detachedInstances = (serverGroup.detachedInstances as any).map((id: string) => ({ id }));
Expand Down

0 comments on commit 294df78

Please sign in to comment.