We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e9487 commit 8a4a530Copy full SHA for 8a4a530
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