Skip to content

Commit f9923ee

Browse files
committed
wip
1 parent f8df1ed commit f9923ee

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

infrastructure/terraform/hub/virtual_desktop.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ module "virtual-desktop-blue" {
122122

123123
tags = var.tags
124124

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-
]
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+
# ]
130130

131131
}
132132

0 commit comments

Comments
 (0)