Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Aug 5, 2022
1 parent 5eedb97 commit 451e63d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/terraform.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const fs = require('fs').promises;
const { ltr } = require('semver');
const winston = require('winston');
const { exec, tfCapture } = require('./utils');

const MIN_TF_VER = '0.14.0';
Expand Down Expand Up @@ -115,6 +116,7 @@ const iterativeCmlRunnerTpl = (opts = {}) => {
}
}
};
winston.debug(`terraform data: ${JSON.stringify(tfObj)}`);
return tfObj;
};

Expand Down

1 comment on commit 451e63d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.