We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8df1ed commit f9923eeCopy full SHA for f9923ee
1 file changed
infrastructure/terraform/hub/virtual_desktop.tf
@@ -122,11 +122,11 @@ module "virtual-desktop-blue" {
122
123
tags = var.tags
124
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
-]
+# depends_on = [
+# azurerm_role_assignment.avd_autoscale_blue_hostpool
+# # azurerm_role_assignment.avd_autoscale_blue_dvc,
+# # azurerm_role_assignment.avd_autoscale_blue_vm
+# ]
130
131
}
132
0 commit comments