Skip to content

Commit 206d445

Browse files
committed
wip
1 parent f6e9928 commit 206d445

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

infrastructure/terraform/hub/virtual_desktop.tf

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

133128
resource "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
}

0 commit comments

Comments
 (0)