Skip to content

Commit

Permalink
swap out deprecated value
Browse files Browse the repository at this point in the history
  • Loading branch information
pluckyswan committed Nov 27, 2024
1 parent 735b63d commit c8e0ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ resource "azurerm_storage_container" "automated_container" {
}

resource "azurerm_role_assignment" "allow_automated_test_read_write" {
scope = azurerm_storage_container.automated_container.resource_manager_id
scope = azurerm_storage_container.automated_container.id
role_definition_name = "Storage Blob Data Contributor"
principal_id = var.deployer_id
}

0 comments on commit c8e0ec0

Please sign in to comment.