Azure / terraform-azure-modules

Azure verified modules for Terraform
MIT License
75 stars 28 forks source link

[Module]: Azure Virtual Desktop (AVD) #14

Open jensheerin opened 1 year ago

jensheerin commented 1 year ago

Module Scenario

This module will allow for setting up Azure Virtual Desktop.

Proposed module name

terraform-azurerm-avd

Link to existing example module

No response

Expected resources

- azurerm_virtual_desktop_host_pool
- azurerm_virtual_desktop_workspace
- azurerm_virtual_desktop_application_group
- azurerm_virtual_desktop_host_pool_registration_info

Module inputs

| Name | Required | Default |
| name | yes |  |
| resource_group_name | yes |   |
| location | yes |  |

Module outputs

- Name of the Azure Virtual Desktop host pool
- Name of the Azure Virtual Desktop workspace
- Name of the Azure Virtual Desktop application group
- The Azure region the resources are located

Other information

No response

jensheerin commented 1 year ago

Please assign to @jensheerin