Skip to content

Commit

Permalink
Add resource drift field to plan (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasslash authored Mar 9, 2023
1 parent 3bfbd9e commit cc61887
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ type Plan struct {
// this plan.
PlannedValues *StateValues `json:"planned_values,omitempty"`

// The change operations for resources and data sources within this plan
// resulting from resource drift.
ResourceDrift []*ResourceChange `json:"resource_drift,omitempty"`

// The change operations for resources and data sources within this
// plan.
ResourceChanges []*ResourceChange `json:"resource_changes,omitempty"`
Expand Down

0 comments on commit cc61887

Please sign in to comment.