Skip to content

Commit

Permalink
Merge pull request #72 from WangLiNaruto/feature/remove_terraform_boo…
Browse files Browse the repository at this point in the history
…t_async

Feature/remove terraform boot async
  • Loading branch information
swaroopar authored Jan 2, 2024
2 parents eda6a68 + dc1905f commit 537d5de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public TerraformPlan getTerraformPlanFromDirectory(TerraformPlanFromDirectoryReq
String moduleDirectory) {
String result = executor.getTerraformPlanAsJson(request.getVariables(),
request.getEnvVariables(), moduleDirectory);
deleteWorkspace(executor.getModuleFullPath(moduleDirectory));
return TerraformPlan.builder().plan(result).build();
}

Expand Down

0 comments on commit 537d5de

Please sign in to comment.