File tree Expand file tree Collapse file tree
infrastructure/terraform/hub Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,15 +119,10 @@ module "virtual-desktop-blue" {
119119 vm_size = var. avd_vm_size
120120 vm_license_type = " Windows_Client"
121121 workspace_name = module. config [each . key ]. names . avd-workspace
122+ principal_id = local. principal_id
122123
123124 tags = var. tags
124125
125- # depends_on = [
126- # azurerm_role_assignment.avd_autoscale_blue_hostpool
127- # # azurerm_role_assignment.avd_autoscale_blue_dvc,
128- # # azurerm_role_assignment.avd_autoscale_blue_vm
129- # ]
130-
131126}
132127
133128resource "azurerm_resource_group" "avd_green" {
@@ -200,6 +195,7 @@ module "virtual-desktop-green" {
200195 vm_license_type = " Windows_Client"
201196 workspace_name = module. config [each . key ]. names . avd-workspace
202197
198+ principal_id = local. principal_id
203199 tags = var. tags
204200
205201}
You can’t perform that action at this time.
0 commit comments