Skip to content

Commit

Permalink
Feat: add error property in latestDeploymentLog
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Apr 28, 2023
1 parent 2fd4b67 commit 51e0d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ type DeploymentLog struct {
BlueprintRepository string `json:"blueprintRepository"`
BlueprintRevision string `json:"blueprintRevision"`
Output json.RawMessage `json:"output,omitempty"`
Error json.RawMessage `json:"error,omitempty"`
Type string `json:"type"`
WorkflowFile *WorkflowFile `json:"workflowFile,omitempty" tfschema:"-"`
}
Expand Down

0 comments on commit 51e0d8a

Please sign in to comment.