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: Fixing IAM data source policy generation to prevent spurious diffs #6956

Commits on Aug 9, 2016

  1. provider/aws: Various IAM policy normalizations for IAM data source

     * Various string slices are sorted and truncated to strings if they
       only contain one element.
     * Sids are now included if they are empty.
    
    This is to ensure what is sent to AWS matches what comes back, to
    prevent recurring diffs even when the policy has changed.
    Chris Marchesi committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    9872026 View commit details
    Browse the repository at this point in the history