We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b677d6c commit 36e6a39Copy full SHA for 36e6a39
1 file changed
infrastructure/terraform/hub/virtual_desktop.tf
@@ -54,7 +54,7 @@ module "virtual-desktop-blue" {
54
source = "../../../../dtos-devops-templates/infrastructure/modules/virtual-desktop"
55
56
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;"
57
- computer_name_prefix = "lung${var.env_type}"
+ computer_name_prefix = "lun${var.env_type}"
58
dag_name = module.config[each.key].names.avd-dag
59
host_pool_name = module.config[each.key].names.avd-host-pool
60
location = each.key
0 commit comments