-
Notifications
You must be signed in to change notification settings - Fork 545
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
Update AWS Auth Backend Role resources to take sets instead of lists #439
Conversation
@lawliet89 thanks for working on this! I'm going to hold on reviewing it for the moment because I notice that it conflicts with some of the work on the branch updating to Terraform 0.12 here and I don't want to create any further merge conflicts that could slow work. |
Got you. Let me know when I can try and update the pr to resolve any future
issues.
|
@tyrannosaurus-becks #446 is merged and I have merged the latest master cleanly into this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done! Thank you!
Update AWS Auth Backend Role resources to take sets instead of lists
This PR includes #409 and fixes the tests in that PR.
Also makes everything else sets since there is no point in allowing non-unique items.
Fixes #385