OuterSrc / terraform-azurerm-caf

Terraform supermodule for the Terraform platform engineering for Azure
http://aka.ms/caf/terraform
MIT License
0 stars 0 forks source link

Feature request-AVD Scaling Plans #19

Closed ml-dannyhudson closed 8 months ago

ml-dannyhudson commented 9 months ago

Is there an existing issue for this?

Community Note

Description

AVD scaling plans cannot be deployed using aztfmod

New or Affected Resource(s

azurerm_virtual_desktop_scaling_plan

Potential Configuration file

scaling_plan = {
  scaling_plan_1 = {
    description   = ""
    exclusion_tag = ""
    friendly_name = ""
    name          = ""
    rg_location   = ""
    rg_name       = ""
    time_zone     = ""

    host_pool = {
      host_pool_1 = {
        enabled   = true
        vdpool_id = ""
      }
    }

    schedule = {
      schedule_1 = {
        days_of_week                         = []
        name                                 = ""
        off_peak_load_balancing_algorithm    = ""
        off_peak_start_time                  = ""
        peak_load_balancing_algorithm        = ""
        peak_start_time                      = ""
        ramp_down_capacity_threshold_percent = ""
        ramp_down_force_logoff_users         = false
        ramp_down_load_balancing_algorithm   = ""
        ramp_down_minimum_hosts_percent      = ""
        ramp_down_notification_message       = ""
        ramp_down_start_time                 = ""
        ramp_down_stop_hosts_when            = ""
        ramp_down_wait_time_minutes          = ""
        ramp_up_capacity_threshold_percent   = ""
        ramp_up_load_balancing_algorithm     = ""
        ramp_up_minimum_hosts_percent        = ""
        ramp_up_start_time                   = ""
      }
    }

    tags = {
    }
  }
}

References

No response