Skip to content

Commit 12a7d43

Browse files
committed
wip
1 parent f9923ee commit 12a7d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/hub/virtual_desktop.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "azurerm_resource_group" "avd_blue" {
3434
resource "azurerm_role_assignment" "avd_autoscale_blue_hostpool" {
3535
for_each = local.deploy_blue_avd ? var.regions : {}
3636

37-
scope = module.virtual-desktop-blue[each.key].host_pool_id
37+
scope = azurerm_resource_group.avd_blue[each.key].id
3838
role_definition_name = "Desktop Virtualization Host Pool Contributor"
3939

4040
principal_id = local.principal_id

0 commit comments

Comments
 (0)