Skip to content

Commit 36e6a39

Browse files
committed
wip
1 parent b677d6c commit 36e6a39

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
@@ -54,7 +54,7 @@ module "virtual-desktop-blue" {
5454
source = "../../../../dtos-devops-templates/infrastructure/modules/virtual-desktop"
5555

5656
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}"
57+
computer_name_prefix = "lun${var.env_type}"
5858
dag_name = module.config[each.key].names.avd-dag
5959
host_pool_name = module.config[each.key].names.avd-host-pool
6060
location = each.key

0 commit comments

Comments
 (0)