Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/azure/storage-account/backplane/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ resource "azurerm_role_definition" "buildingblock_deploy" {
scope = var.scope
permissions {
actions = [
# resource manager

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

d: we need to figure out if we should add this to all our azure backplanes - i think we should as it is a common problem with new subscriptions.

"*/register/action",
# storage accounts
"Microsoft.Storage/storageAccounts/write",
"Microsoft.Storage/storageAccounts/read",
Expand Down
Loading