Skip to content
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

Include the IBM ID in the ibm_iam_user_profile data source #2940

Closed
lra opened this issue Aug 4, 2021 · 0 comments · Fixed by #3002
Closed

Include the IBM ID in the ibm_iam_user_profile data source #2940

lra opened this issue Aug 4, 2021 · 0 comments · Fixed by #3002
Labels
enhancement service/IAM Issues related to IAM

Comments

@lra
Copy link

lra commented Aug 4, 2021

Community Note

  • 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

There is no way to get the IBM ID of our users easily (IBMid-XXXXXXX), but this ID is required by some resource (e.g. ibm_enterprise_account.owner_iam_id). The data source ibm_iam_user_profile should make it available.

New or Affected Resource(s)

  • data.iam_user_profile

Potential Terraform Configuration

data "ibm_iam_user_profile" "some_user" {
  iam_id = "[email protected]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement service/IAM Issues related to IAM
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants