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.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
The
aws_identitystore_user
resource seems to only rely on theCreateUser
api endpoint which only supports so many attributes.Attributes such as "Division" or "Department" are not available though. For this, use of the
UpdateUser
api endpoint is necessary.Update resource functionality to set more user attributes than currently exposed with the existing resource.
Affected Resource(s) and/or Data Source(s)
aws_identitystore_user
Potential Terraform Configuration
References
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/identitystore_user https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.html https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_UpdateUser.html
Would you like to implement a fix?
No