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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(iam): the order of service principals should not matter #25967

Commits on Apr 12, 2024

  1. fix(iam): the order of service principals should not matter

    As depicted here hashicorp#9042 (comment)
    
    It seems the order of services is not predictable, causing Terraform to think it has changes to perform
    
    This change avoid this by sorting the order always in the same predictable order
    Pierre Souchay authored and YakDriver committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e5811d7 View commit details
    Browse the repository at this point in the history
  2. Added changelog entry

    Pierre Souchay authored and YakDriver committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f9e7c07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    802c65b View commit details
    Browse the repository at this point in the history
  4. iam/test: Parallel

    YakDriver committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b1dcf00 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    YakDriver committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9cd5327 View commit details
    Browse the repository at this point in the history