Skip to content

Commit b677d6c

Browse files
committed
wip
1 parent ce861c2 commit b677d6c

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
@@ -117,7 +117,7 @@ module "virtual-desktop-green" {
117117
source = "../../../../dtos-devops-templates/infrastructure/modules/virtual-desktop"
118118

119119
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}"
120+
computer_name_prefix = "lun${var.env_type}"
121121
dag_name = module.config[each.key].names.avd-dag
122122
host_pool_name = "${module.config[each.key].names.avd-host-pool}-v2"
123123
location = each.key

0 commit comments

Comments
 (0)