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

provider/aws: Query all pages of group membership #6726

Merged
merged 1 commit into from
Aug 7, 2016

Commits on May 17, 2016

  1. provider/aws: Query all pages of group membership

    By default, group membership queries return pages of 100 users at a
    time. Because of this, if there are more than 100 users in an
    aws_iam_group_membership resource, the resource always reports as
    needing to be changed (because it only sees 100 of the users as
    existing in the group).
    
    The group membership now queries all pages.
    
    Fixes hashicorp#6722
    miquella committed May 17, 2016
    Configuration menu
    Copy the full SHA
    0315d51 View commit details
    Browse the repository at this point in the history