Skip to content

Commit

Permalink
Merge pull request #43 from atea/tenant-move
Browse files Browse the repository at this point in the history
Fix rbac
  • Loading branch information
fwikestad authored Apr 18, 2024
2 parents d43af7b + 768cf25 commit dabce7b
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 @@ -120,7 +120,7 @@ resource "azurerm_role_assignment" "Deltaker-LZ-Owner" {
}

resource "azurerm_role_assignment" "Deltaker-New-Subs-Owner" {
scope = "/providers/Microsoft.Management/managementGroups/new-subscriptions"
scope = "/providers/Microsoft.Management/managementGroups/New-Subs"
role_definition_name = "Owner"
principal_id = data.azuread_group.TC24-Deltakere.object_id
}
Expand Down

0 comments on commit dabce7b

Please sign in to comment.