Skip to content

Commit 5ee409f

Browse files
committed
enable json load
1 parent fd09346 commit 5ee409f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/client/runner/terraformRunner.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ export class TerraformRunner extends BaseRunner {
6161
);
6262
}
6363

64+
public async executeVersion(params: type): Promise<string> {
65+
66+
}
67+
6468
public async preImport(cwd: string, args: any, file: string): Promise<{ importArgs: string, tfFile: string }> {
6569
const fileName = file ?? args.resource.type + '.tf';
6670

0 commit comments

Comments
 (0)