compute/wvd_applications¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurerm_virtual_desktop_application.da["azurerm_virtual_desktop_application.da"]
Module Reference¶
Category: compute
Path: modules/compute/wvd_applications
Azure Resources: azurerm_virtual_desktop_application
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"settings" |
"The settings for the Azure resource." | any |
yes | - |
- |
"global_settings" |
any |
yes | - |
- | |
"application_group_id" |
any |
no | {} |
- | |
"diagnostic_profiles" |
any |
no | {} |
- | |
"diagnostics" |
any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
"The ID of the Virtual Desktop Application." | - | azurerm_virtual_desktop_application.da.id |
Sources¶
modules/compute/wvd_applications/main.tfmodules/compute/wvd_applications/outputs.tfmodules/compute/wvd_applications/variables.tfmodules/compute/wvd_applications/virtual_desktop_application.tf