You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
As part of my subscription vending process, I would like to be able to create more than 1 user-assigned managed identities.
As a specific example, I would like to create 2 UMIs per subscription for using different credentials when using terraform plan and apply respectively.
Right now, this module limits you to create only 1 UMI unless I missed something...
Describe the solution you'd like
My suggestion would be to do something similar to resource group creation and role assignment creation and allow a map of user-assigned managed identities to be created.
The text was updated successfully, but these errors were encountered:
I came to log the same thing, and found this. Yes @cjtous1 you're correct, the current implementation only supports one umi.
I also have use cases where a map would be more appropriate. When doing configuration-driven terraform, the map key is a useful mechanism to reference between resources.
Description
As part of my subscription vending process, I would like to be able to create more than 1 user-assigned managed identities.
As a specific example, I would like to create 2 UMIs per subscription for using different credentials when using terraform plan and apply respectively.
Right now, this module limits you to create only 1 UMI unless I missed something...
Describe the solution you'd like
My suggestion would be to do something similar to resource group creation and role assignment creation and allow a map of user-assigned managed identities to be created.
The text was updated successfully, but these errors were encountered: