Skip to content

Commit f9d2eba

Browse files
Add logs
1 parent fa49a23 commit f9d2eba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/frameworks/terraformFramework.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ export class TerraformFramework implements IFramework {
256256

257257
// get state by running "terraform show --json" command
258258
try {
259+
Logger.verbose(
260+
`[${this.logName}] Getting state with '${this.stateCommand}' command`,
261+
);
259262
output = await execAsync(this.stateCommand);
260263
} catch (error: any) {
261264
throw new Error(

0 commit comments

Comments
 (0)