Skip to content

Commit

Permalink
Merge pull request #319 from ulucinar/diffstate-config
Browse files Browse the repository at this point in the history
Set RawConfig on the diff state
  • Loading branch information
ulucinar authored Dec 27, 2023
2 parents fb8acdb + 5b1ae0d commit 4cb45f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/external_nofork.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ func (n *noForkExternal) Observe(ctx context.Context, mg xpresource.Managed) (ma
}
stateValueMap = jsonMap
newState.RawPlan = stateValue
newState.RawConfig = n.rawConfig
diffState = newState
} else if diffState != nil {
diffState.Attributes = nil
Expand Down

0 comments on commit 4cb45f9

Please sign in to comment.