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
Jamf will return in ascending order regardless of how we send them. Supressing this difference is tricky due to how TF Provider SDKv2 executes the diff suppress func and which args it provides.
It's on the list of things to fix in the future but for now, please wrap your id list in sort() to avoid having this issue.
I believe configuration profiles' assign computer group IDs are sorted in the API response by group ID. This diff should be suppressed.
Eg:
The text was updated successfully, but these errors were encountered: