Skip to content

Commit

Permalink
fix: show initial log message
Browse files Browse the repository at this point in the history
  • Loading branch information
theBenForce committed Apr 23, 2020
1 parent 63ea5a1 commit b19bec3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ export const templateTags = [
region: string,
profile: string
): Promise<string> {
console.info(
`Getting output: ${JSON.stringify({
StackName,
output,
region,
profile,
})}`
);
let credentials;

if (profile) {
Expand Down

0 comments on commit b19bec3

Please sign in to comment.