diff --git a/Core/rbac.tf b/Core/rbac.tf index 338227a..82e73db 100644 --- a/Core/rbac.tf +++ b/Core/rbac.tf @@ -108,25 +108,25 @@ resource "azurerm_role_assignment" "sandbox_contributor" { ##TC24 -data "azuread_group" "TC24-Deltakere" { - display_name = "TC24-Deltakere" - security_enabled = true -} - -resource "azurerm_role_assignment" "Deltaker-LZ-Owner" { - scope = "/providers/Microsoft.Management/managementGroups/${var.root_id}-landing-zones" - role_definition_name = "Owner" - principal_id = data.azuread_group.TC24-Deltakere.object_id -} - -resource "azurerm_role_assignment" "Deltaker-New-Subs-Owner" { - scope = "/providers/Microsoft.Management/managementGroups/new-subscriptions" - role_definition_name = "Owner" - principal_id = data.azuread_group.TC24-Deltakere.object_id -} - -resource "azurerm_role_assignment" "Deltaker-Hub-Network-Contributor" { - scope = "/providers/Microsoft.Management/managementGroups/${var.root_id}-connectivity" - role_definition_name = "Network Contributor" - principal_id = data.azuread_group.TC24-Deltakere.object_id -} \ No newline at end of file +# data "azuread_group" "TC24-Deltakere" { +# display_name = "TC24-Deltakere" +# security_enabled = true +# } + +# resource "azurerm_role_assignment" "Deltaker-LZ-Owner" { +# scope = "/providers/Microsoft.Management/managementGroups/${var.root_id}-landing-zones" +# role_definition_name = "Owner" +# principal_id = data.azuread_group.TC24-Deltakere.object_id +# } + +# resource "azurerm_role_assignment" "Deltaker-New-Subs-Owner" { +# scope = "/providers/Microsoft.Management/managementGroups/new-subscriptions" +# role_definition_name = "Owner" +# principal_id = data.azuread_group.TC24-Deltakere.object_id +# } + +# resource "azurerm_role_assignment" "Deltaker-Hub-Network-Contributor" { +# scope = "/providers/Microsoft.Management/managementGroups/${var.root_id}-connectivity" +# role_definition_name = "Network Contributor" +# principal_id = data.azuread_group.TC24-Deltakere.object_id +# } \ No newline at end of file