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

ibm_appid_cloud_directory_user missing userName #4284

Open
haf-tech opened this issue Jan 16, 2023 · 0 comments
Open

ibm_appid_cloud_directory_user missing userName #4284

haf-tech opened this issue Jan 16, 2023 · 0 comments
Labels
service/APPID Management Issues related to APP ID

Comments

@haf-tech
Copy link

haf-tech commented Jan 16, 2023

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

Summary

Using ibm_appid_cloud_directory_user results in an issue, that the userName property is missing. Setting user_name or userName in the resource does not solve this issue.

Terraform CLI and Terraform IBM Provider Version

Terraform v1.3.5
on linux_amd64
+ provider registry.terraform.io/ibm-cloud/ibm v1.49.0

Affected Resource(s)

  • ibm_appid_cloud_directory_user

Terraform Configuration Files

Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.

resource "ibm_appid_cloud_directory_user" "user" {
  tenant_id = var.tenant_id

  email {
    value = "a-name@example.com"
    primary = true
  }
  password = "dummy-value-etc"
  user_name = "MyUserId"
}

Debug Output

│     "Result": {
│         "detail": "Missing userName",
│         "schemas": [
│             "urn:ietf:params:scim:api:messages:2.0:Error"
│         ],
│         "status": "400"
│     },

Panic Output

Expected Behavior

  • Request is processed, userName

Actual Behavior

  • Request is not processed, due the missing attribute userName
@github-actions github-actions bot added the service/APPID Management Issues related to APP ID label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/APPID Management Issues related to APP ID
Projects
None yet
Development

No branches or pull requests

1 participant