Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Mar 11, 2024
1 parent c72acdf commit 5ed1e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-infra/terraform/init/managed-identity.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ resource "azurerm_role_assignment" "integration-tests-rg-contributor" {

resource "azurerm_role_assignment" "terraform-state-contributor" {
scope = azurerm_storage_container.grate-tests-setup.resource_manager_id
role_definition_name = "Contributor"
#role_definition_name = "Contributor"
role_definition_name = "Storage Blob Data Owner"
principal_id = azurerm_user_assigned_identity.integration-tests-mi.principal_id
}

0 comments on commit 5ed1e5e

Please sign in to comment.