Skip to content

Commit

Permalink
use de system permission (#169)
Browse files Browse the repository at this point in the history
* use de system permission

Signed-off-by: Jorge Turrado <[email protected]>

* use de system permission

Signed-off-by: Jorge Turrado <[email protected]>

---------

Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer authored Nov 1, 2024
1 parent 1c2eaab commit 60eee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/azure/registry/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "azurerm_container_registry_scope_map" "acr_policy" {
container_registry_name = azurerm_container_registry.acr.name
resource_group_name = data.azurerm_resource_group.rg.name
actions = [
"content/read",
"*/content/read",
]
}

Expand Down

0 comments on commit 60eee81

Please sign in to comment.