Skip to content

Commit

Permalink
fix(amazon): attach instanceId as id field on standalone instance det…
Browse files Browse the repository at this point in the history
…ails (#7156)
  • Loading branch information
anotherchrisberry committed Jun 27, 2019
1 parent b53ac89 commit f790fdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = angular
var instanceSummary, loadBalancers, targetGroups, account, region, vpcId;
if (!app.serverGroups) {
// standalone instance
instanceSummary = {};
instanceSummary = { id: instance.instanceId }; // terminate call expects `id` to be populated
loadBalancers = [];
targetGroups = [];
account = instance.account;
Expand Down

0 comments on commit f790fdf

Please sign in to comment.