Skip to content

Commit

Permalink
Minor update to azurerm_virtual_desktop_scaling_plan documentation (h…
Browse files Browse the repository at this point in the history
…ashicorp#27459)

* Minor update to update documentation

* Update website/docs/r/virtual_desktop_scaling_plan.html.markdown

---------

Co-authored-by: kt <[email protected]>
  • Loading branch information
Chambras and katbyte authored Sep 23, 2024
1 parent 2361567 commit 51b4c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/virtual_desktop_scaling_plan.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ A `schedule` block supports the following:

* `ramp_down_capacity_threshold_percent` - (Required) This is the value in percentage of used host pool capacity that will be considered to evaluate whether to turn on/off virtual machines during the ramp-down and off-peak hours. For example, if capacity threshold is specified as 60% and your total host pool capacity is 100 sessions, autoscale will turn on additional session hosts once the host pool exceeds a load of 60 sessions.

* `ramp_down_force_logoff_users` - (Required) Whether users will be forced to log-off session hosts once the `ramp_down_wait_time_minutes` value has been exceeded during the Ramp-Down period. Possible
* `ramp_down_force_logoff_users` - (Required) Whether users will be forced to log-off session hosts once the `ramp_down_wait_time_minutes` value has been exceeded during the Ramp-Down period. Possible values are `true` and `false`.

* `ramp_down_load_balancing_algorithm` - (Required) The load Balancing Algorithm to use during the Ramp-Down period. Possible values are `DepthFirst` and `BreadthFirst`.

Expand Down

0 comments on commit 51b4c95

Please sign in to comment.