Skip to content

Commit 077c0a7

Browse files
committed
chore: update provisioner requests comment
1 parent 0484ff9 commit 077c0a7

File tree

3 files changed

+30
-19
lines changed

3 files changed

+30
-19
lines changed

provisionersdk/session.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,6 @@ func (s *Session) handlePlanRequest(plan *proto.PlanRequest, requests <-chan *pr
249249
if err != nil {
250250
return nil, err
251251
}
252-
if complete.Error != "" {
253-
return complete, nil
254-
}
255252

256253
return complete, nil
257254
}

site/e2e/provisionerGenerated.ts

Lines changed: 22 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/modules/workspaces/WorkspaceTiming/StagesChart.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,23 +247,23 @@ export const provisioningStages: Stage[] = [
247247
},
248248
},
249249
{
250-
name: "graph",
251-
label: "graph",
250+
name: "apply",
251+
label: "apply",
252252
section: "provisioning",
253253
tooltip: {
254-
heading: "Terraform graph",
254+
heading: "Terraform apply",
255255
description:
256-
"List all resources in plan, used to update coderd database.",
256+
"Execute Terraform plan to create/modify/delete resources into desired states.",
257257
},
258258
},
259259
{
260-
name: "apply",
261-
label: "apply",
260+
name: "graph",
261+
label: "graph",
262262
section: "provisioning",
263263
tooltip: {
264-
heading: "Terraform apply",
264+
heading: "Terraform graph",
265265
description:
266-
"Execute Terraform plan to create/modify/delete resources into desired states.",
266+
"List all resources in plan, used to update coderd database.",
267267
},
268268
},
269269
];

0 commit comments

Comments
 (0)