Skip to content

compute/wvd_application_group

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurecaf_name.dag["azurecaf_name.dag"] azurerm_virtual_desktop_application_group.dag["azurerm_virtual_desktop_application_group.dag"] azurerm_virtual_desktop_workspace_application_group_association.workspaceremoteapp["azurerm_virtual_desktop_workspace_application_group_association.workspaceremoteapp"] module.diagnostics["module.diagnostics"] azurerm_virtual_desktop_application_group.dag --> azurecaf_name.dag azurerm_virtual_desktop_workspace_application_group_association.workspaceremoteapp --> azurerm_virtual_desktop_application_group.dag module.diagnostics --> azurerm_virtual_desktop_application_group.dag

Module Reference

Category: compute
Path: modules/compute/wvd_application_group
Azure Resources: azurecaf_name, azurerm_virtual_desktop_application_group, azurerm_virtual_desktop_workspace_application_group_association

Inputs

Name Description Type Required Default Validation
"settings" "The settings for the Azure resource." any yes - -
"global_settings" any yes - -
"location" "location of the resource if different from the resource group." string no - -
"resource_group_name" "Resource group object to deploy the Azure resource" string no - -
"resource_group" "Resource group object to deploy the Azure resource" any yes - -
"base_tags" "Base tags for the resource to be inherited from the resource group." bool yes - -
"wvd_host_pools" any no {} -
"name" any no {} -
"host_pool_id" any no {} -
"workspace_id" any no {} -
"key_vault_id" any no {} -
"diagnostic_profiles" any no {} -
"diagnostics" any yes - -

Outputs

Name Description Sensitive Value
"id" - azurerm_virtual_desktop_application_group.dag.id

Sources

  • modules/compute/wvd_application_group/diagnostics.tf
  • modules/compute/wvd_application_group/locals.tf
  • modules/compute/wvd_application_group/main.tf
  • modules/compute/wvd_application_group/outputs.tf
  • modules/compute/wvd_application_group/variables.tf
  • modules/compute/wvd_application_group/virtual_desktop_application_group.tf