You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stateValueMap, err = n.config.ApplyTFConversions(stateValueMap, config.FromTerraform)
if err != nil {
return managed.ExternalUpdate{}, errors.Wrap(err, "cannot convert the singleton lists for the updated resource state value map into embedded objects")
}
The text was updated successfully, but these errors were encountered:
Not applying the tf conversion after mashalling state map causes error when setting observation.
upjet/pkg/controller/external_tfpluginsdk.go
Line 699 in 3afbb77
Possible solution:
The text was updated successfully, but these errors were encountered: