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
Users not found when adding to an access group even though they are in the account and we have matched spelling and case from the console. This is happening for all users.
Terraform Version
v 13.5
Provider version 1.14.0
Affected Resource(s)
Please list the resources as a list, for example:
-ibm_iam_access_group_members
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Debug Output
Error: User xxxxx is not found under account xxxxx
on ../../../modules/ibm-iam-poc/iam-poc.tf line 12, in resource "ibm_iam_access_group_members" "resource_group_poc_members":
12: resource "ibm_iam_access_group_members" "resource_group_poc_members" {
Expected Behavior
when entering in ibm_ids i expect members to be found and added to the access group membership.
Users not found when adding to an access group even though they are in the account and we have matched spelling and case from the console. This is happening for all users.
Terraform Version
v 13.5
Provider version 1.14.0
Affected Resource(s)
Please list the resources as a list, for example:
-ibm_iam_access_group_members
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Debug Output
Error: User xxxxx is not found under account xxxxx
on ../../../modules/ibm-iam-poc/iam-poc.tf line 12, in resource "ibm_iam_access_group_members" "resource_group_poc_members":
12: resource "ibm_iam_access_group_members" "resource_group_poc_members" {
Expected Behavior
when entering in ibm_ids i expect members to be found and added to the access group membership.
resource "ibm_iam_access_group_members" "accgroupmem" {
access_group_id = ibm_iam_access_group.accgroup.id
ibm_ids = ["[email protected]"]
iam_service_ids = [ibm_iam_service_id.serviceID.id]
}
Actual Behavior
Error: User xxxxx is not found under account xxxxx
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: