-
Notifications
You must be signed in to change notification settings - Fork 1
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
Show a diff of changes to existing policies/roles #8
Comments
Another good example:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes it can be hard to see what's changed, when the only output is the set of AWS commands used to apply the changes.
Consider the following output:
This is an easy one as the role is short, but you can't tell what's changed. The change here is specifically the addition of another user to the trust policy (Humpy). It would be great to see a diff here that just showed the addition of Humpy's user, so it's clearer to the applier what's happening. With a longer policy or role it can be impossible to see the changes. You can of course look at the diff in git, but sometimes iamy changes more than what's in the code, so having a diff would be real handy.
The text was updated successfully, but these errors were encountered: