Does anybody know how I can omit importing users assigned to a group when doing terraform import okta_group.xxxx group_guid?
I’m not really interested in doing that, as group membership is managed by a rule, so it’s just a waste of time if I do that, as I have this attribute tagged in ignore_changes
Actually I figured after digging through GitHub and other resources, that it’s a planned switch in a next version, where instead of having users or groups attributes for an application resource, there will be a separate resource user|group_app_assignment, covering the same thing