Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris van Ommeren committed Sep 8, 2021
1 parent 93d081e commit bba65d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ provider "azurerm" {
resource "azurerm_role_assignment" "test" {
scope = azurerm_storage_account.test.id
role_definition_name = "Storage Account Key Operator Service Role"
principal_id = "727055f9-0386-4ccb-bcf1-9237237ee102"
principal_id = data.azurerm_client_config.current.object_id
}
Expand Down

0 comments on commit bba65d2

Please sign in to comment.