Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
amccullough84 committed Aug 30, 2022
1 parent 2fbac8a commit 345f40b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions website/docs/r/virtual_desktop_host_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ resource "azurerm_virtual_desktop_host_pool" "example" {
location = azurerm_resource_group.example.location
resource_group_name = azurerm_resource_group.example.name
name = "pooleddepthfirst"
friendly_name = "pooleddepthfirst"
validate_environment = true
start_vm_on_connect = true
custom_rdp_properties = "audiocapturemode:i:1;audiomode:i:0;"
description = "Acceptance Test: A pooled host pool - pooleddepthfirst"
type = "Pooled"
maximum_sessions_allowed = 50
load_balancer_type = "DepthFirst"
name = "pooleddepthfirst"
friendly_name = "pooleddepthfirst"
validate_environment = true
start_vm_on_connect = true
custom_rdp_properties = "audiocapturemode:i:1;audiomode:i:0;"
description = "Acceptance Test: A pooled host pool - pooleddepthfirst"
type = "Pooled"
maximum_sessions_allowed = 50
load_balancer_type = "DepthFirst"
scheduled_agent_updates {
enabled = true
schedule {
Expand Down

0 comments on commit 345f40b

Please sign in to comment.