Skip to content

Commit 431c9e0

Browse files
authored
Merge pull request microsoft#52 from c4m4/master
Replacing Reader with AcrPull in azurerm_role_assignment.aks_acr
2 parents 878ca14 + efb8caa commit 431c9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickstart/201-aks-acr-identity/azuread.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ resource "azurerm_role_assignment" "aks_network" {
2525

2626
resource "azurerm_role_assignment" "aks_acr" {
2727
scope = "${data.azurerm_subscription.current.id}/resourceGroups/${azurerm_resource_group.default.name}/providers/Microsoft.ContainerRegistry/registries/${azurerm_container_registry.default.name}"
28-
role_definition_name = "Reader"
28+
role_definition_name = "AcrPull"
2929
principal_id = "${azuread_service_principal.default.id}"
30-
}
30+
}

0 commit comments

Comments
 (0)