-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Support map users and roles to multiple groups #424
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
Support map users and roles to multiple groups #424
Conversation
Can someone test this? I don't have a complex environment running TF 0.12 yet 😅 |
@nauxliu I tried to test this today without rebasing using
Can you update the |
map_accounts = join("", data.template_file.map_accounts.*.rendered) | ||
map_users = yamlencode(var.map_users), | ||
map_roles = yamlencode(var.map_roles), | ||
map_accounts = yamlencode(var.map_accounts) |
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.
Super nice
Resolves #441 |
@max-rocket-internet Fixed |
When I run from
|
@max-rocket-internet Sorry about that, I will take a look tomorrow and try to apply the example to make sure it works. |
@max-rocket-internet I applied to example and my production cluster, I'm confident this is resolved. |
Thanks @nauxliu |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
Please explain the changes you made here and link to any relevant issues.
Checklist
terraform fmt
andterraform validate
both work from the root andexamples/*
directories