We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b33704 commit 5b4f4e5Copy full SHA for 5b4f4e5
cli/pkg/digger/digger.go
@@ -150,7 +150,7 @@ func RunJobs(
150
projectNameForBackendReporting := currentJob.ProjectName
151
// TODO: handle the apply result summary as well to report it to backend. Possibly reporting changed resources as well
152
// Some kind of generic terraform operation summary might need to be introduced
153
- planResult := &execution.DiggerExecutorPlanResult{}
+ var planResult *execution.DiggerExecutorPlanResult = nil
154
if exectorResults[0].PlanResult != nil {
155
planResult = exectorResults[0].PlanResult
156
}
0 commit comments