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 3bfbd9e commit cc61887Copy full SHA for cc61887
plan.go
@@ -42,6 +42,10 @@ type Plan struct {
42
// this plan.
43
PlannedValues *StateValues `json:"planned_values,omitempty"`
44
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
+
49
// The change operations for resources and data sources within this
50
// plan.
51
ResourceChanges []*ResourceChange `json:"resource_changes,omitempty"`
0 commit comments