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

resource/aws_iam_role: Add exclusive list support for a role's inline and managed policies #5904

Merged
merged 20 commits into from
Feb 23, 2021

Commits on Feb 22, 2021

  1. resource/aws_iam_role: Add exclusive lists of policies to role

    This provides a way to maintain an exhaustive list of policies
    associated with a given role. When applied, any changes made
    outside of Terraform, are reverted back to the configuration
    provided to Terraform.
    
    See hashicorp#4426
    YakDriver committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    d94640e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25b47c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1569a9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a11bf99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc69864 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17800be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba5e679 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0dc1957 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c13eb2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    303a865 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49179fe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    34db37e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    33349f1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    392c292 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    387b80b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0f22b86 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Update website/docs/r/iam_policy_attachment.html.markdown

    Co-authored-by: Brian Flad <bflad417@gmail.com>
    YakDriver and bflad authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    42bf4aa View commit details
    Browse the repository at this point in the history
  2. Update website/docs/r/iam_role_policy.html.markdown

    Co-authored-by: Brian Flad <bflad417@gmail.com>
    YakDriver and bflad authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    50fc806 View commit details
    Browse the repository at this point in the history
  3. Update website/docs/r/iam_role_policy_attachment.markdown

    Co-authored-by: Brian Flad <bflad417@gmail.com>
    YakDriver and bflad authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    feb5457 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01ec6d5 View commit details
    Browse the repository at this point in the history