We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce861c2 commit b677d6cCopy full SHA for b677d6c
1 file changed
infrastructure/terraform/hub/virtual_desktop.tf
@@ -117,7 +117,7 @@ module "virtual-desktop-green" {
117
source = "../../../../dtos-devops-templates/infrastructure/modules/virtual-desktop"
118
119
custom_rdp_properties = "drivestoredirect:s:*;audiomode:i:0;videoplaybackmode:i:1;redirectclipboard:i:1;redirectprinters:i:1;devicestoredirect:s:*;redirectcomports:i:1;redirectsmartcards:i:1;usbdevicestoredirect:s:*;enablecredsspsupport:i:1;redirectwebauthn:i:1;use multimon:i:1;enablerdsaadauth:i:1;"
120
- computer_name_prefix = "lung${var.env_type}"
+ computer_name_prefix = "lun${var.env_type}"
121
dag_name = module.config[each.key].names.avd-dag
122
host_pool_name = "${module.config[each.key].names.avd-host-pool}-v2"
123
location = each.key
0 commit comments