Skip to content

Commit

Permalink
Fix role name for azure blob storage data owners
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszgarstecki committed Apr 3, 2024
1 parent 83f63cb commit 35d43e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_blob_storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ resource "azurerm_role_assignment" "data_owners" {
for_each = var.data_owners_object_ids

scope = azurerm_storage_account.storage.id
role_definition_name = "Azure Service Bus Data Owner"
role_definition_name = "Storage Blob Data Owner"
principal_id = each.value
}

0 comments on commit 35d43e1

Please sign in to comment.