-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
New Resource: azurerm_key_vault_role_definition
, azurerm_key_vault_role_assignment
#20976
Conversation
Out of curiosity - is this an HSM-only thing or something normal keyvaults would support too? |
according to the swagger definition description, it should be used only for HSMs. more details here: https://learn.microsoft.com/en-us/azure/key-vault/managed-hsm/role-management |
@wuxu92 - should that not mean the resources names should have a reference to managed HSM so that is clear? |
@wuxu92 - is this still being worked on? |
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 contributions. |
dependent on #20855
resolves #20112.
To Support creating key for Managed HSM, add two resource and one data resource. Spilt from #20930