Skip to content

Commit

Permalink
Fix semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
fwikestad committed Apr 19, 2024
1 parent 29b5dc2 commit 39cd230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/rbac.tf
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ resource "azurerm_role_assignment" "Deltaker-Hub-Network-Contributor" {
principal_id = data.azuread_group.TC24-Deltakere.object_id
}

resource "azurerm_role_assignment" "Deltaker-Hub-Network-Contributor" {
resource "azurerm_role_assignment" "Deltaker-portal-global-reader" {
scope = "/providers/Microsoft.Management/managementGroups/atealab"
role_definition_name = "Reader"
principal_id = data.azuread_group.TC24-Deltakere.object_id
Expand Down

0 comments on commit 39cd230

Please sign in to comment.