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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Currently, the okta_group_owner resource supports only a single group owner. It would be beneficial if this resource could manage multiple group owners, similar to how okta_group_memberships operates. The current implementation, while functional, feels inconsistent with okta_group_memberships and becomes verbose when specifying multiple group owners.
New or Affected Resource(s)
okta_group_owner
Potential Terraform Configuration
Currently, one group owner is specified per resource:
Community Note
Description
Currently, the okta_group_owner resource supports only a single group owner. It would be beneficial if this resource could manage multiple group owners, similar to how okta_group_memberships operates. The current implementation, while functional, feels inconsistent with okta_group_memberships and becomes verbose when specifying multiple group owners.
New or Affected Resource(s)
Potential Terraform Configuration
Currently, one group owner is specified per resource:
Instead, we could specify a set of group owners per resource:
References
GroupOwner
resource #2079The text was updated successfully, but these errors were encountered: