File tree Expand file tree Collapse file tree
infrastructure/modules/arc-infra Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ data "azuread_service_principal" "arc_onboarding" {
1313}
1414
1515# Look up the Entra ID group that manages this environment
16- data "azuread_group" "screening" {
17- count = var. enable_arc_servers ? 1 : 0
18- display_name = " screening_${ var . app_short_name } _${ var . env_config } "
19- }
16+ # data "azuread_group" "screening" {
17+ # count = var.enable_arc_servers ? 1 : 0
18+ # display_name = "screening_${var.app_short_name}_${var.env_config}"
19+ # }
2020
2121# Assign "Azure Connected Machine Onboarding" role to allow Arc server enrollment
2222module "arc_onboarding_role" {
@@ -37,5 +37,7 @@ module "arc_wac_admin_login_role" {
3737
3838 scope = data. azurerm_resource_group . arc_enabled_servers [0 ]. id
3939 role_definition_name = " Windows Admin Center Administrator Login"
40- principal_id = data. azuread_group . screening [0 ]. object_id
40+ # principal_id = data.azuread_group.screening[0].object_id
41+ principal_id = " 3b2b22b0-ac8e-4904-a94b-9010ff08698a"
42+
4143}
You can’t perform that action at this time.
0 commit comments