Skip to content

Commit cc61887

Browse files
authored
Add resource drift field to plan (#73)
1 parent 3bfbd9e commit cc61887

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plan.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ type Plan struct {
4242
// this plan.
4343
PlannedValues *StateValues `json:"planned_values,omitempty"`
4444

45+
// The change operations for resources and data sources within this plan
46+
// resulting from resource drift.
47+
ResourceDrift []*ResourceChange `json:"resource_drift,omitempty"`
48+
4549
// The change operations for resources and data sources within this
4650
// plan.
4751
ResourceChanges []*ResourceChange `json:"resource_changes,omitempty"`

0 commit comments

Comments
 (0)