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
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
Terraform CLI and Terraform IBM Provider Version
Terraform required version is : 0.13.7
provider.ibm version = 1.33.1
Terraform plan should not show planned changes for members list >50 users if there are no changes changes required.
Actual Behavior
When a member list is >50 users, the TF plan shows pending changes to add more users even though the members list in IBM Cloud is already in sync with the terraform file. It appears the members list download to the state file is truncated to the first 50 users, so when the ibm_ids list goes beyond 50 members it thinks it needs to add those users again.
Steps to Reproduce
User IBM Provider to create an ibm_iam_access_group with a ibm_iam_access_group_members resource with more than 50 users.
Run the terraform apply to create the resource
Run another tf plan, it shows X number of users still need to be added even though they are already created in IBM Cloud.
The text was updated successfully, but these errors were encountered:
Community Note
Terraform CLI and Terraform IBM Provider Version
Terraform required version is : 0.13.7
provider.ibm version = 1.33.1
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Terraform plan should not show planned changes for members list >50 users if there are no changes changes required.
Actual Behavior
When a member list is >50 users, the TF plan shows pending changes to add more users even though the members list in IBM Cloud is already in sync with the terraform file. It appears the members list download to the state file is truncated to the first 50 users, so when the ibm_ids list goes beyond 50 members it thinks it needs to add those users again.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: