This module creates the infrastructure required for an Azure Virtual Desktop Deployment
- default.tf: Contains any variables that have a default set
- main.tf: Contains local vars and any resources
- variables.tf: Contains any required variables
- test: Contains mock files to run TF validate against. Also provides an example of calling the module
Name | Description | Type | Default | Required |
---|---|---|---|---|
hostpool-custom_rdp_properties | custom RDP properties for host pool | string |
"" |
no |
location | Resource location | string |
n/a | yes |
prefix | Resource name prefix | string |
n/a | yes |
resource_group_name | Resource Group Name | string |
n/a | yes |
tags | Map of tags | map(any) |
{} |
no |
wvd-defaultappgroup-description | WVD Default App Group Description | string |
"WVD Default App Group for Desktop Access" |
no |
wvd-defaultappgroup-friendly-name | WVD Default App Group Friendly Name | string |
"WVD App Group" |
no |
wvd-defaultappgroup-name | WVD Default App Group Name | string |
"WVDAppGroup" |
no |
wvd-hostpool-description | WVD Host Pool Description | string |
"WVD Host Pool" |
no |
wvd-hostpool-friendly-name | Frieendly ame of WVD Host Pool | string |
"WVD Host Pool" |
no |
wvd-hostpool-max-sessions | Maxinum sessions for host pool | number |
10 |
no |
wvd-hostpool-name | Name of WVD Host Pool | string |
"WVDHostPool" |
no |
wvd-workspace-description | WVD Workspace Description | string |
"WVD Workspace" |
no |
wvd-workspace-friendly-name | WVD Workspace Friendly Name | string |
"WVD Workspace" |
no |
wvd-workspace-name | WVD Workspace Name | string |
"WVDWorkspace" |
no |
Name | Description |
---|---|
wvd-app-group-id | n/a |
wvd-host-pool-id | n/a |
wvd-host-pool-name | n/a |
wvd-registration-token | n/a |
wvd-workspace-id | n/a |