Skip to content

Commit

Permalink
adding fix for vpc classic instances plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdfuller committed Jan 12, 2017
1 parent c818558 commit 77c80fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/vpc/classicInstances.js
Expand Up @@ -36,7 +36,7 @@ module.exports = {
LocalAWSConfig.region = region;
var ec2 = new AWS.EC2(LocalAWSConfig);

helpers.cache(cache, ec2, 'describeInstances', function(err, data) {
ec2.describeInstances(params, function(err, data){
if (includeSource) source[region] = {error: err, data: data};

if (err || !data || !data.Reservations) {
Expand Down

0 comments on commit 77c80fd

Please sign in to comment.