File tree 1 file changed +13
-7
lines changed
1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,18 @@ resource "azurerm_virtual_desktop_workspace" "workspace" {
71
71
}
72
72
73
73
resource "azurerm_virtual_desktop_host_pool" "hostpool" {
74
- name = " pd-hp-01"
75
- location = azurerm_resource_group. app_service . location
76
- resource_group_name = " avd-rg"
77
- type = " Personal"
78
- load_balancer_type = " Persistent"
79
- validate_environment = true
74
+ name = " pd-hp-01"
75
+ location = azurerm_resource_group. app_service . location
76
+ resource_group_name = " avd-rg"
77
+ type = " Personal"
78
+ load_balancer_type = " Persistent"
79
+ validate_environment = true
80
+ personal_desktop_assignment_type = " Automatic"
81
+
82
+ tags = {
83
+ owner = " martinyang"
84
+ cost_center = " 108"
85
+ }
80
86
}
81
87
82
88
resource "azurerm_virtual_desktop_application_group" "desktopapp" {
@@ -97,7 +103,7 @@ resource "azurerm_virtual_desktop_workspace_application_group_association" "work
97
103
# #################################################################################
98
104
99
105
resource "azurerm_log_analytics_workspace" "example" {
100
- name = " log-analytics-workspace "
106
+ name = " mylab-law-01 "
101
107
location = var. location
102
108
resource_group_name = " infra-rg"
103
109
sku = " PerGB2018"
You can’t perform that action at this time.
0 commit comments