in terraform-client/src/main/java/com/microsoft/terraform/TerraformClient.java [89:92]
public CompletableFuture<Boolean> apply() throws IOException {
this.checkRunningParameters();
return this.run(INIT_COMMAND, APPLY_COMMAND);
}