Skip to content

Commit

Permalink
Revert "Merge pull request crossplane#318 from ulucinar/fix-diff-state"
Browse files Browse the repository at this point in the history
This reverts commit 81e2620, reversing
changes made to 1d547af.
  • Loading branch information
mbbush committed Jan 23, 2024
1 parent fb8acdb commit 5791fa9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/controller/external_nofork.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,6 @@ func (n *noForkExternal) Observe(ctx context.Context, mg xpresource.Managed) (ma
stateValueMap = jsonMap
newState.RawPlan = stateValue
diffState = newState
} else if diffState != nil {
diffState.Attributes = nil
}
instanceDiff, err := n.getResourceDataDiff(mg.(resource.Terraformed), ctx, diffState, resourceExists)
if err != nil {
Expand Down

0 comments on commit 5791fa9

Please sign in to comment.