Skip to content

Commit

Permalink
Re-add user id for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Aug 29, 2024
1 parent f03833c commit ca7affa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion operations/template/docs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ resource "azurerm_storage_account" "docs" {
}

identity {
type = "SystemAssigned"
type = "UserAssigned"
identity_ids = [
azurerm_user_assigned_identity.docs_identity.id
]
}
}

Expand Down

0 comments on commit ca7affa

Please sign in to comment.