-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add aws_identitystore_group_memberships data source #31589
base: main
Are you sure you want to change the base?
Add aws_identitystore_group_memberships data source #31589
Conversation
Community NoteVoting for Prioritization
For Submitters
|
I went with the arrays of each result attribute style from ssm_parameters_by_path vs one array for each result like they come from the API (ala iam_access_keys). Happy to switch if that wasn't the right call but I didn't see anything in the docs to prefer one over the other. I figured the majority of callers only care about the |
internal/service/identitystore/group_memberships_data_source.go
Outdated
Show resolved
Hide resolved
…roup_memberships-data-source
…roup_memberships-data-source
…roup_memberships-data-source
Migrated to the plugin framework as @aristosvo has done for #31681 / #36993, hopefully that helps it get merged. |
Description
Adds a data source for listing the members of an Identity Store Group. Part of a few PRs to cover #26770.
Relations
Relates #26770
References
https://docs.aws.amazon.com/cli/latest/reference/identitystore/list-group-memberships.html
https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_ListGroupMemberships.html
Output from Acceptance Testing