We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7df08e commit 2c5c25bCopy full SHA for 2c5c25b
code/infra/roleassignments.tf
@@ -1,3 +1,9 @@
1
+resource "azurerm_role_assignment" "current_role_assignment_key_vault" {
2
+ scope = azurerm_key_vault.key_vault.id
3
+ role_definition_name = "Key Vault Administrator"
4
+ principal_id = data.azurerm_client_config.current.object_id
5
+}
6
+
7
resource "azurerm_role_assignment" "function_role_assignment_storage" {
8
scope = azurerm_storage_account.storage.id
9
role_definition_name = "Storage Blob Data Owner"
0 commit comments