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
New version of terraform v1.10.0 introduced the ibm_iam_user_settings resource where you can do IAM IP address restriction.
https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v1.10.0
I tested it out by trying to apply an allowed IP list to a user within Mac's account but got the following:
Error: Request failed with status code: 403, ServerErrorResponse: {"trace":"88991968815","errors":[{"code":9999,"message":"Current user does not have access to team directory.","more_info":" "}]}
I tested it using a user in my own account and it worked. I was able to do it via the UI so I have the allowed permissions.
umarali-nagoor
added a commit
to umarali-nagoor/terraform-provider-ibm
that referenced
this issue
Aug 12, 2020
Need to be able to restrict users IP address https://cloud.ibm.com/docs/iam?topic=iam-ips
The text was updated successfully, but these errors were encountered: