We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd09346 commit 5ee409fCopy full SHA for 5ee409f
1 file changed
src/client/runner/terraformRunner.ts
@@ -61,6 +61,10 @@ export class TerraformRunner extends BaseRunner {
61
);
62
}
63
64
+ public async executeVersion(params: type): Promise<string> {
65
+
66
+ }
67
68
public async preImport(cwd: string, args: any, file: string): Promise<{ importArgs: string, tfFile: string }> {
69
const fileName = file ?? args.resource.type + '.tf';
70
0 commit comments