Skip to content

Commit

Permalink
remove async threads when terraform-boot is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
WangLiNaruto committed Jan 2, 2024
1 parent a06179f commit dc1905f
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 dc1905f

Please sign in to comment.